svn commit: r357939 - head/misc/mc

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 15 23:44:01 UTC 2014


Author: amdmi3
Date: Sun Jun 15 23:44:00 2014
New Revision: 357939
URL: http://svnweb.freebsd.org/changeset/ports/357939
QAT: https://qat.redports.org/buildarchive/r357939/

Log:
  - Switch to USES=libtool
  - Fix python shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/misc/mc/Makefile

Modified: head/misc/mc/Makefile
==============================================================================
--- head/misc/mc/Makefile	Sun Jun 15 23:01:16 2014	(r357938)
+++ head/misc/mc/Makefile	Sun Jun 15 23:44:00 2014	(r357939)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mc
 PORTVERSION=	4.8.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc shells
 MASTER_SITES=	http://ftp.midnight-commander.org/ \
 		http://ftp.osuosl.org/pub/midnightcommander/ \
@@ -21,12 +21,14 @@ LIB_DEPENDS=	libssh2.so:${PORTSDIR}/secu
 
 CONFLICTS=	mc-light-4*
 
-USES=		gmake shebangfix perl5 pkgconfig tar:xz
-SHEBANG_FILES=	misc/mcedit.menu configure configure.ac
+USES=		gmake shebangfix perl5 pkgconfig tar:xz libtool
+SHEBANG_FILES=	misc/mcedit.menu configure configure.ac \
+		${WRKSRC}/src/vfs/extfs/helpers/s3+.in \
+		${WRKSRC}/src/vfs/extfs/helpers/uc1541.in
+python_OLD_CMD=	@PYTHON@
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ZIP=${UNZIP_CMD} UNZIP=${UNZIP_CMD}
-USE_AUTOTOOLS=	libtool
 
 OPTIONS_DEFINE=	DOCS EDITOR ICONV NLS SMB SUBSHELL X11
 


More information about the svn-ports-head mailing list