diff options
author | adamw <adamw@FreeBSD.org> | 2002-11-07 03:10:58 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2002-11-07 03:10:58 +0000 |
commit | 7728de257b83c02836ea94cb7b2cf4cd94cc5831 (patch) | |
tree | 39c06bf9b0c9d7d5b9f12e09ea13f9d423bb1e97 /security | |
parent | fe66d29282150d9c4b4d8ce3883c1c361ee564bb (diff) | |
download | FreeBSD-ports-7728de257b83c02836ea94cb7b2cf4cd94cc5831.zip FreeBSD-ports-7728de257b83c02836ea94cb7b2cf4cd94cc5831.tar.gz |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat
Diffstat (limited to 'security')
-rw-r--r-- | security/botan/Makefile | 2 | ||||
-rw-r--r-- | security/botan/pkg-comment | 1 | ||||
-rw-r--r-- | security/libecc/Makefile | 2 | ||||
-rw-r--r-- | security/libecc/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-Cracklib/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-Cracklib/pkg-comment | 1 | ||||
-rw-r--r-- | security/saint/Makefile | 2 | ||||
-rw-r--r-- | security/saint/pkg-comment | 1 |
8 files changed, 4 insertions, 8 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index 01091c0..1266d91 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -17,8 +17,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -PORTCOMMENT= A portable, easy to use, and efficient C++ crypto library - USE_REINPLACE= yes USE_PERL5= yes HAS_CONFIGURE= yes diff --git a/security/botan/pkg-comment b/security/botan/pkg-comment new file mode 100644 index 0000000..d735abd --- /dev/null +++ b/security/botan/pkg-comment @@ -0,0 +1 @@ +A portable, easy to use, and efficient C++ crypto library diff --git a/security/libecc/Makefile b/security/libecc/Makefile index 8f03259..0d6cc90 100644 --- a/security/libecc/Makefile +++ b/security/libecc/Makefile @@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -PORTCOMMENT= C++ Elliptic Curve Library - USE_GCC= 3.1 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/security/libecc/pkg-comment b/security/libecc/pkg-comment new file mode 100644 index 0000000..78615d5 --- /dev/null +++ b/security/libecc/pkg-comment @@ -0,0 +1 @@ +C++ Elliptic Curve Library diff --git a/security/p5-Crypt-Cracklib/Makefile b/security/p5-Crypt-Cracklib/Makefile index c1dae18..a1af69d 100644 --- a/security/p5-Crypt-Cracklib/Makefile +++ b/security/p5-Crypt-Cracklib/Makefile @@ -14,8 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -PORTCOMMENT= Perl interface to Alec Muffet\'s cracklib library - BUILD_DEPENDS= ${LOCALBASE}/lib/libcrack.a:${PORTSDIR}/security/cracklib RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/security/p5-Crypt-Cracklib/pkg-comment b/security/p5-Crypt-Cracklib/pkg-comment new file mode 100644 index 0000000..1b8b5ed --- /dev/null +++ b/security/p5-Crypt-Cracklib/pkg-comment @@ -0,0 +1 @@ +Perl interface to Alec Muffet's cracklib library diff --git a/security/saint/Makefile b/security/saint/Makefile index 7d999a9..e1de150 100644 --- a/security/saint/Makefile +++ b/security/saint/Makefile @@ -13,8 +13,6 @@ MASTER_SITES= ftp://ftp.wwdsi.com/pub/saint/ \ MAINTAINER= ports@FreeBSD.org -PORTCOMMENT= Security Administrator\'s Integrated Network Tool - BUILD_DEPENDS= nmap:${PORTSDIR}/security/nmap USE_PERL5= yes diff --git a/security/saint/pkg-comment b/security/saint/pkg-comment new file mode 100644 index 0000000..31bae60 --- /dev/null +++ b/security/saint/pkg-comment @@ -0,0 +1 @@ +Security Administrator's Integrated Network Tool |