Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jan 2019 08:13:32 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490713 - head/misc/mc
Message-ID:  <201901190813.x0J8DWvT082407@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Sat Jan 19 08:13:31 2019
New Revision: 490713
URL: https://svnweb.freebsd.org/changeset/ports/490713

Log:
  misc/mc: Tidy up Makefile
  
  This is a no-op

Modified:
  head/misc/mc/Makefile
  head/misc/mc/pkg-descr

Modified: head/misc/mc/Makefile
==============================================================================
--- head/misc/mc/Makefile	Sat Jan 19 08:01:40 2019	(r490712)
+++ head/misc/mc/Makefile	Sat Jan 19 08:13:31 2019	(r490713)
@@ -5,7 +5,7 @@ PORTNAME=	mc
 PORTVERSION=	4.8.22
 CATEGORIES=	misc shells
 MASTER_SITES=	http://ftp.midnight-commander.org/ \
-		http://ftp.osuosl.org/pub/midnightcommander/
+		https://ftp.osuosl.org/pub/midnightcommander/
 
 MAINTAINER=	woodsb02@FreeBSD.org
 COMMENT=	Midnight Commander, a free Norton Commander Clone
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 CONFLICTS=	mc-light-4*
 
-USES=		gmake shebangfix perl5 pkgconfig python:2.7,run tar:xz libtool
+USES=		gmake gnome libtool perl5 pkgconfig python:2.7,run shebangfix tar:xz
 SHEBANG_FILES=	${WRKSRC}/src/vfs/extfs/helpers/s3+.in \
 		${WRKSRC}/src/vfs/extfs/helpers/uc1541.in
 python_OLD_CMD=	@PYTHON@
@@ -24,17 +24,14 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ZIP=${ZIP_CMD} UNZIP=${UNZIP_CMD}
 
 OPTIONS_DEFINE=	DOCS EDITOR ICONV NLS SFTP SMB SUBSHELL X11
-
+OPTIONS_DEFAULT=EDITOR ICONV SFTP SLANG SMB SUBSHELL X11
 OPTIONS_SINGLE=	SCREEN
 OPTIONS_SINGLE_SCREEN=	SLANG NCURSES
+OPTIONS_SUB=	yes
 
-OPTIONS_DEFAULT=EDITOR ICONV SFTP SLANG SMB SUBSHELL X11
-
 EDITOR_DESC=	Build with internal editor
 SFTP_DESC=	Support for SFTP (via libssh)
 SUBSHELL_DESC=	Build with subshell support
-
-OPTIONS_SUB=	yes
 
 EDITOR_CONFIGURE_WITH=	internal-edit
 

Modified: head/misc/mc/pkg-descr
==============================================================================
--- head/misc/mc/pkg-descr	Sat Jan 19 08:01:40 2019	(r490712)
+++ head/misc/mc/pkg-descr	Sat Jan 19 08:13:31 2019	(r490713)
@@ -5,4 +5,4 @@ system while making many frequent file operations more
 preserving the full power of the command prompt. You will wonder how
 you could ever live without it.
 
-WWW: http://midnight-commander.org/
+WWW: https://midnight-commander.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901190813.x0J8DWvT082407>