svn commit: r329276 - head/devel/automake14

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 4 09:40:59 UTC 2013


Author: bapt
Date: Fri Oct  4 09:40:59 2013
New Revision: 329276
URL: http://svnweb.freebsd.org/changeset/ports/329276

Log:
  Fix conflict in pkgname with devel/automake

Modified:
  head/devel/automake14/Makefile

Modified: head/devel/automake14/Makefile
==============================================================================
--- head/devel/automake14/Makefile	Fri Oct  4 09:36:32 2013	(r329275)
+++ head/devel/automake14/Makefile	Fri Oct  4 09:40:59 2013	(r329276)
@@ -8,6 +8,7 @@ CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	automake
 DISTNAME=	automake-1.4-p6
+PKGNAMESUFFIX=	14
 
 # note: before committing to this port, contact portmgr to arrange for an
 # experimental ports run.  Untested commits may be backed out at portmgr's
@@ -21,7 +22,6 @@ RUN_DEPENDS=	${AUTOCONF_DEPENDS} \
 USE_AUTOTOOLS=	autoconf:env
 BUILD_VERSION=	1.4
 PLIST_SUB=	BUILD_VERSION=${BUILD_VERSION}
-LATEST_LINK=	automake14
 USES=		perl5
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"


More information about the svn-ports-all mailing list