svn commit: r332008 - head/devel/subversion17

Olli Hauer ohauer at FreeBSD.org
Tue Oct 29 21:14:22 UTC 2013


Author: ohauer
Date: Tue Oct 29 21:14:22 2013
New Revision: 332008
URL: http://svnweb.freebsd.org/changeset/ports/332008

Log:
  - USES+= pkgconfig
  - re add LATEST_LINK to stop duplicate pkgname warnings
    adding PKGNAMEPREFIX will break (py|p5|ruby|java) subversion sub ports

Modified:
  head/devel/subversion17/Makefile.common

Modified: head/devel/subversion17/Makefile.common
==============================================================================
--- head/devel/subversion17/Makefile.common	Tue Oct 29 21:11:25 2013	(r332007)
+++ head/devel/subversion17/Makefile.common	Tue Oct 29 21:14:22 2013	(r332008)
@@ -11,16 +11,18 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:ma
 DIST_SUBDIR=	subversion17
 MASTER_SITE_SUBDIR=	subversion/:main \
 			lev/:book
-# setting PKGSUFFIX not possible wo. having a Mk/Uses file and fixing a bunch of ports
-#PKGNAMESUFFIX=	17
+PKGNAMESUFFIX=	17
+
 
 USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool
 USE_KDE4=	# Used below if KWallet support is enabled
+USES+=		pkgconfig
 
 LICENSE=	AL2
 
 CONFLICTS_INSTALL+=	${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-1.[^7].[0-9]*
+LATEST_LINK=		${PKGNAMEPREFIX}${PORTNAME}17${PKGNAMESUFFIX}
 
 LIB_DEPENDS+=		libapr-1.so:${PORTSDIR}/devel/apr1 \
 			libsqlite3.so:${PORTSDIR}/databases/sqlite3 \


More information about the svn-ports-head mailing list