[Midnightbsd-cvs] mports [22916] trunk/devel/autoconf: add patch to autoconf

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 7 14:22:37 EDT 2017


Revision: 22916
          http://svnweb.midnightbsd.org/mports/?rev=22916
Author:   laffer1
Date:     2017-10-07 14:22:36 -0400 (Sat, 07 Oct 2017)
Log Message:
-----------
add patch to autoconf

Modified Paths:
--------------
    trunk/devel/autoconf/Makefile

Added Paths:
-----------
    trunk/devel/autoconf/files/patch-bin-autoscan.in

Modified: trunk/devel/autoconf/Makefile
===================================================================
--- trunk/devel/autoconf/Makefile	2017-10-07 18:20:39 UTC (rev 22915)
+++ trunk/devel/autoconf/Makefile	2017-10-07 18:22:36 UTC (rev 22916)
@@ -2,10 +2,9 @@
 
 PORTNAME=	autoconf
 PORTVERSION=	2.69
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR=	autoconf
+MASTER_SITES=	GNU
 DISTNAME=	autoconf-${PORTVERSION}
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -13,14 +12,14 @@
 
 LICENSE=	gpl3
 
-BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4 \
-		help2man:${PORTSDIR}/misc/help2man
-RUN_DEPENDS=	gm4:${PORTSDIR}/devel/m4 \
-		autoconf-wrapper:${PORTSDIR}/devel/autoconf-wrapper
+BUILD_DEPENDS=	gm4:devel/m4 \
+		help2man:misc/help2man
+RUN_DEPENDS=	gm4:devel/m4 \
+		autoconf-wrapper:devel/autoconf-wrapper
 
 BUILD_VERSION=	2.69
 PLIST_SUB=	BUILD_VERSION=${BUILD_VERSION}
-USES=		gmake makeinfo tar:xz
+USES=		gmake makeinfo perl5 tar:xz
 USE_PERL5=	yes
 INFO=		autoconf
 

Added: trunk/devel/autoconf/files/patch-bin-autoscan.in
===================================================================
--- trunk/devel/autoconf/files/patch-bin-autoscan.in	                        (rev 0)
+++ trunk/devel/autoconf/files/patch-bin-autoscan.in	2017-10-07 18:22:36 UTC (rev 22916)
@@ -0,0 +1,11 @@
+--- bin/autoscan.in.orig	2012-04-25 02:37:26 UTC
++++ bin/autoscan.in
+@@ -358,7 +358,7 @@ sub scan_sh_file ($)
+     {
+       # Strip out comments and variable references.
+       s/#.*//;
+-      s/\${[^\}]*}//g;
++      s/\$\{[^\}]*}//g;
+       s/@[^@]*@//g;
+ 
+       # Tokens in the code.


Property changes on: trunk/devel/autoconf/files/patch-bin-autoscan.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list