[Midnightbsd-cvs] mports [18350] trunk/devel/automake: automake 1.15

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Mar 26 22:16:04 EDT 2015


Revision: 18350
          http://svnweb.midnightbsd.org/mports/?rev=18350
Author:   laffer1
Date:     2015-03-26 22:16:03 -0400 (Thu, 26 Mar 2015)
Log Message:
-----------
automake 1.15

Modified Paths:
--------------
    trunk/devel/automake/Makefile
    trunk/devel/automake/distinfo
    trunk/devel/automake/pkg-descr
    trunk/devel/automake/pkg-plist

Modified: trunk/devel/automake/Makefile
===================================================================
--- trunk/devel/automake/Makefile	2015-03-27 02:09:54 UTC (rev 18349)
+++ trunk/devel/automake/Makefile	2015-03-27 02:16:03 UTC (rev 18350)
@@ -1,12 +1,9 @@
 # $MidnightBSD$
 
 PORTNAME=	automake
-PORTVERSION=	1.14
-PORTREVISION=	1
+PORTVERSION=	1.15
 CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR=	automake
-DISTNAME=	automake-${PORTVERSION}
+MASTER_SITES=	GNU
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	GNU Standards-compliant Makefile generator
@@ -13,25 +10,16 @@
 
 LICENSE=	gpl3
 
-RUN_DEPENDS=	${AUTOCONF_DEPENDS} \
+BUILD_DEPENDS=	autoconf-2.69:${PORTSDIR}/devel/autoconf
+RUN_DEPENDS=	autoconf-2.69:${PORTSDIR}/devel/autoconf \
 		automake-wrapper:${PORTSDIR}/devel/automake-wrapper
 
-USE_AUTOTOOLS=	autoconf:env
-BUILD_VERSION=	1.14
+BUILD_VERSION=	1.15
 PLIST_SUB=	BUILD_VERSION=${BUILD_VERSION}
-USES=		makeinfo tar:xz
-USE_PERL5=	yes
+USES=		makeinfo perl5 tar:xz
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-suffix=-${BUILD_VERSION}
-CONFIGURE_ENV+=	MAKEINFO="makeinfo --no-split"
+MAKE_ENV+=	MAKEINFOFLAGS=--no-split
 INFO=		automake
 
-post-patch:
-	@${RM} ${WRKSRC}/doc/*.info
-
-pre-install:
-	@${RM} -fr ${PREFIX}/share/automake-${BUILD_VERSION}
-	@${MKDIR} ${PREFIX}/share/automake-${BUILD_VERSION}
-	@${MKDIR} ${PREFIX}/share/aclocal-${BUILD_VERSION}
-
 .include <bsd.port.mk>

Modified: trunk/devel/automake/distinfo
===================================================================
--- trunk/devel/automake/distinfo	2015-03-27 02:09:54 UTC (rev 18349)
+++ trunk/devel/automake/distinfo	2015-03-27 02:16:03 UTC (rev 18350)
@@ -1,2 +1,2 @@
-SHA256 (automake-1.14.tar.xz) = e1188f5d074374cf06946cabb2b9e70bee141637a8fd1fab9a660c8930fe8059
-SIZE (automake-1.14.tar.xz) = 1485516
+SHA256 (automake-1.15.tar.xz) = 9908c75aabd49d13661d6dcb1bc382252d22cc77bf733a2d55e87f2aa2db8636
+SIZE (automake-1.15.tar.xz) = 1496708

Modified: trunk/devel/automake/pkg-descr
===================================================================
--- trunk/devel/automake/pkg-descr	2015-03-27 02:09:54 UTC (rev 18349)
+++ trunk/devel/automake/pkg-descr	2015-03-27 02:16:03 UTC (rev 18350)
@@ -9,4 +9,4 @@
 contents of 'configure.in'. It is useful as an extensible, maintainable
 mechanism for augmenting autoconf.
 
-WWW: http://www.gnu.org/software/automake/
+WWW: https://www.gnu.org/software/automake/

Modified: trunk/devel/automake/pkg-plist
===================================================================
--- trunk/devel/automake/pkg-plist	2015-03-27 02:09:54 UTC (rev 18349)
+++ trunk/devel/automake/pkg-plist	2015-03-27 02:16:03 UTC (rev 18350)
@@ -1,9 +1,9 @@
 bin/aclocal-%%BUILD_VERSION%%
 bin/automake-%%BUILD_VERSION%%
-man/man1/aclocal-1.14-1.14.1.gz
-man/man1/aclocal-1.14.1.gz
-man/man1/automake-1.14-1.14.1.gz
-man/man1/automake-1.14.1.gz
+man/man1/aclocal-%%BUILD_VERSION%%-%%BUILD_VERSION%%.1.gz
+man/man1/aclocal-%%BUILD_VERSION%%.1.gz
+man/man1/automake-%%BUILD_VERSION%%-%%BUILD_VERSION%%.1.gz
+man/man1/automake-%%BUILD_VERSION%%.1.gz
 share/aclocal-%%BUILD_VERSION%%/amversion.m4
 share/aclocal-%%BUILD_VERSION%%/ar-lib.m4
 share/aclocal-%%BUILD_VERSION%%/as.m4
@@ -109,13 +109,8 @@
 share/automake-%%BUILD_VERSION%%/missing
 share/automake-%%BUILD_VERSION%%/mkinstalldirs
 share/automake-%%BUILD_VERSION%%/py-compile
-share/automake-%%BUILD_VERSION%%/tap-driver.pl
 share/automake-%%BUILD_VERSION%%/tap-driver.sh
 share/automake-%%BUILD_VERSION%%/test-driver
 share/automake-%%BUILD_VERSION%%/texinfo.tex
 share/automake-%%BUILD_VERSION%%/ylwrap
- at dirrm share/aclocal-%%BUILD_VERSION%%/internal
- at dirrm share/aclocal-%%BUILD_VERSION%%
- at dirrm share/automake-%%BUILD_VERSION%%/Automake
- at dirrm share/automake-%%BUILD_VERSION%%/am
- at dirrm share/automake-%%BUILD_VERSION%%
+ at dir share/aclocal



More information about the Midnightbsd-cvs mailing list