svn commit: r382545 - head/devel/automake14

Bartek Rutkowski robak at FreeBSD.org
Sat Mar 28 19:18:53 UTC 2015


Author: robak
Date: Sat Mar 28 19:18:51 2015
New Revision: 382545
URL: https://svnweb.freebsd.org/changeset/ports/382545
QAT: https://qat.redports.org/buildarchive/r382545/

Log:
  devel/automake14: add CPE information
  
  - Maintainer's timeout (autotools at FreeBSD.org)
  
  PR:		198193
  Submitted by:	Shun <shun.fbsd.pr at dropcut.net>

Modified:
  head/devel/automake14/Makefile

Modified: head/devel/automake14/Makefile
==============================================================================
--- head/devel/automake14/Makefile	Sat Mar 28 19:15:45 2015	(r382544)
+++ head/devel/automake14/Makefile	Sat Mar 28 19:18:51 2015	(r382545)
@@ -7,8 +7,8 @@ PORTREVISION=	7
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	automake
-DISTNAME=	automake-1.4-p6
 PKGNAMESUFFIX=	14
+DISTNAME=	automake-1.4-p6
 
 # note: before committing to this port, contact portmgr to arrange for an
 # experimental ports run.  Untested commits may be backed out at portmgr's
@@ -22,11 +22,12 @@ RUN_DEPENDS=	${AUTOCONF_DEPENDS} \
 USE_AUTOTOOLS=	autoconf:env
 BUILD_VERSION=	1.4
 PLIST_SUB=	BUILD_VERSION=${BUILD_VERSION}
-USES=		makeinfo perl5
+USES=		cpe makeinfo perl5
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
 CONFIGURE_ARGS=	--program-suffix=-${BUILD_VERSION}
 INFO=		automake-${BUILD_VERSION}
+CPE_VENDOR=	gnu
 
 STRIP=		# none
 


More information about the svn-ports-head mailing list