diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-07 01:52:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-07 01:52:42 +0800 |
commit | 9a86e8b0151f8b18cdc15ff5a281f45d3b061c31 (patch) | |
tree | e7bb3d0852d71595e6137491b4edcac6edce1a8b /security | |
parent | 865c8ee17104a5b80edc5ab8d0a2052118dadeea (diff) | |
download | freebsd-ports-gnome-9a86e8b0151f8b18cdc15ff5a281f45d3b061c31.tar.gz freebsd-ports-gnome-9a86e8b0151f8b18cdc15ff5a281f45d3b061c31.tar.zst freebsd-ports-gnome-9a86e8b0151f8b18cdc15ff5a281f45d3b061c31.zip |
Fix pkg name collisions
With hat: portmgr
Diffstat (limited to 'security')
-rw-r--r-- | security/tripwire-131/Makefile | 2 | ||||
-rw-r--r-- | security/tripwire/Makefile | 1 | ||||
-rw-r--r-- | security/tripwire12/Makefile | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/security/tripwire-131/Makefile b/security/tripwire-131/Makefile index e0d9bacfe938..b60f3ab950fa 100644 --- a/security/tripwire-131/Makefile +++ b/security/tripwire-131/Makefile @@ -7,11 +7,11 @@ CATEGORIES= security MASTER_SITES= ftp://ftp.cc.uoc.gr/system/security/tools/tripwire/ \ ftp://ftp.uni-potsdam.de/pub/unix/tools/ DISTNAME= Tripwire-${PORTVERSION}-1 +PKGNAMESUFFIX= -131 MAINTAINER= cy@FreeBSD.org COMMENT= File system security and verification program -LATEST_LINK= tripwire-131 MAN5= tw.config.5 MAN8= siggen.8 tripwire.8 NO_CDROM= cannot be redistributed for more than the cost of duplication diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index 476a662ca032..e76ba28cd416 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -14,7 +14,6 @@ COMMENT= File system security and verification program LICENSE= GPLv2 NO_LICENSES_INSTALL= yes -LATEST_LINK= ${PORTNAME} MAN5= twfiles.5 twconfig.5 twpolicy.5 MAN8= siggen.8 tripwire.8 twadmin.8 twintro.8 twprint.8 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src diff --git a/security/tripwire12/Makefile b/security/tripwire12/Makefile index fd798e0edecd..b31b9b242bbe 100644 --- a/security/tripwire12/Makefile +++ b/security/tripwire12/Makefile @@ -6,11 +6,11 @@ PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_NETBSD} +PKGNAMESUFFIX= 12 MAINTAINER= jgreco@ns.sol.net COMMENT= File system security and verification program -LATEST_LINK= tripwire12 MAN5= tw.config.5 MAN8= siggen.8 tripwire.8 NO_CDROM= cannot be redistributed for more than the cost of duplication |