[Midnightbsd-cvs] mports [16488] trunk/devel/automake14: modernize a bit

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 19 07:48:55 EDT 2014


Revision: 16488
          http://svnweb.midnightbsd.org/mports/?rev=16488
Author:   laffer1
Date:     2014-08-19 07:48:54 -0400 (Tue, 19 Aug 2014)
Log Message:
-----------
modernize a bit

Modified Paths:
--------------
    trunk/devel/automake14/Makefile
    trunk/devel/automake14/distinfo
    trunk/devel/automake14/pkg-descr

Modified: trunk/devel/automake14/Makefile
===================================================================
--- trunk/devel/automake14/Makefile	2014-08-19 11:47:35 UTC (rev 16487)
+++ trunk/devel/automake14/Makefile	2014-08-19 11:48:54 UTC (rev 16488)
@@ -3,7 +3,7 @@
 PORTNAME=	automake
 PKGNAMESUFFIX=	14
 PORTVERSION=	1.4.6
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	automake
@@ -11,6 +11,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	GNU Standards-compliant Makefile generator (1.4)
+
 LICENSE=	gpl2
 
 RUN_DEPENDS=	${AUTOCONF_DEPENDS} \
@@ -20,11 +21,12 @@
 BUILD_VERSION=	1.4
 PLIST_SUB=	BUILD_VERSION=${BUILD_VERSION}
 LATEST_LINK=	automake14
+USES=		makeinfo
 USE_PERL5=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
 CONFIGURE_ARGS=	--program-suffix=-${BUILD_VERSION}
-CONFIGURE_TARGET=	${MACHINE_ARCH}-portbld-freebsd7.0
+CONFIGURE_TARGET=	${MACHINE_ARCH}-portbld-freebsd9.0
 INFO=		automake-${BUILD_VERSION}
 
 STRIP=		# none

Modified: trunk/devel/automake14/distinfo
===================================================================
--- trunk/devel/automake14/distinfo	2014-08-19 11:47:35 UTC (rev 16487)
+++ trunk/devel/automake14/distinfo	2014-08-19 11:48:54 UTC (rev 16488)
@@ -1,3 +1,2 @@
 SHA256 (automake-1.4-p6.tar.gz) = 503cdc2b0992a4309545d17f462cb15f99bb57b7161dfc4082b2e7188f2bcc0f
-RMD160 (automake-1.4-p6.tar.gz) = ae40b2200eec95b601ebc65bc3cc916bb2a54066
 SIZE (automake-1.4-p6.tar.gz) = 375060

Modified: trunk/devel/automake14/pkg-descr
===================================================================
--- trunk/devel/automake14/pkg-descr	2014-08-19 11:47:35 UTC (rev 16487)
+++ trunk/devel/automake14/pkg-descr	2014-08-19 11:48:54 UTC (rev 16488)
@@ -1,4 +1,4 @@
-This is the legacy 1.4 version of automake.  It is explictly for use with
+This is the legacy 1.4 version of automake.  It is explicitly for use with
 older software packages that are not buildable with the current automake.
 
 Automake is an experimental Makefile generator.  It was inspired by



More information about the Midnightbsd-cvs mailing list