Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2015 19:18:52 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382545 - head/devel/automake14
Message-ID:  <201503281918.t2SJIqbN006782@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org)
  
  PR:		198193
  Submitted by:	Shun <shun.fbsd.pr@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503281918.t2SJIqbN006782>