svn commit: r383916 - head/net/openafs
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Apr 13 13:30:10 UTC 2015
Author: amdmi3
Date: Mon Apr 13 13:30:07 2015
New Revision: 383916
URL: https://svnweb.freebsd.org/changeset/ports/383916
Log:
- Add CPE info
Approved by: portmgr blanket
Modified:
head/net/openafs/Makefile
Modified: head/net/openafs/Makefile
==============================================================================
--- head/net/openafs/Makefile Mon Apr 13 13:30:04 2015 (r383915)
+++ head/net/openafs/Makefile Mon Apr 13 13:30:07 2015 (r383916)
@@ -25,7 +25,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg
AFS_DISTVERSION= 1.6.10
DBVERSION= 2013-01-28
-USES= kmod tar:bzip2
+USES= cpe kmod tar:bzip2
USE_LDCONFIG= yes
HAS_CONFIGURE= yes
CONFIGURE_ENV= _XCFLAGS="${CFLAGS} -fPIC" \
@@ -45,6 +45,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${AFS_DIS
MAKE_ENV= COMPILER_TYPE=${COMPILER_TYPE}
USE_RC_SUBR= afsd afsserver
+CPE_VERSION= ${AFS_DISTVERSION}
+
CONFLICTS= coda-server-6.[0-9]* heimdal-[0-9]*
ONLY_FOR_ARCHS= i386 amd64
More information about the svn-ports-head
mailing list