diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-09-18 20:41:42 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-09-18 20:41:42 +0000 |
commit | a669fb35244e3939c2545c3a1ba2072a01987315 (patch) | |
tree | 40b04673f7911478dd8db576da8d7f8eae900882 /security/bugs | |
parent | 4a2230987c0e9c99ef448bf1c854e8708e54e8ce (diff) | |
download | ports-a669fb35244e3939c2545c3a1ba2072a01987315.tar.gz ports-a669fb35244e3939c2545c3a1ba2072a01987315.zip |
Notes
Diffstat (limited to 'security/bugs')
-rw-r--r-- | security/bugs/Makefile | 16 | ||||
-rw-r--r-- | security/bugs/distinfo | 2 | ||||
-rw-r--r-- | security/bugs/pkg-descr | 2 | ||||
-rw-r--r-- | security/bugs/pkg-plist | 53 |
4 files changed, 42 insertions, 31 deletions
diff --git a/security/bugs/Makefile b/security/bugs/Makefile index e7d61cfbf63f..414de5b17de6 100644 --- a/security/bugs/Makefile +++ b/security/bugs/Makefile @@ -6,16 +6,13 @@ # PORTNAME= bugs -PORTVERSION= 2.0.1 +PORTVERSION= 3.3.2 CATEGORIES= security -MASTER_SITES= http://www.asi.fr/~martinez/crypto/ \ - ${MASTER_SITE_SUNSITE} +MASTER_SITES= http://www.bcrypt.com/crypto/ EXTRACT_SUFX= .tgz MAINTAINER= stephane.legrand@bigfoot.com -USE_GMAKE= yes - # No Manual page # Cryptography = be extra careful... @@ -30,16 +27,23 @@ post-configure: -e 's/^install: instchoice all/install: instchoice/' \ < ${WRKSRC}/Makefile.pre_sed > ${WRKSRC}/Makefile +pre-install: + (cd ${WRKSRC}; ${MAKE} test) + post-install: .if !defined(NOPORTDOCS) ${CP} -R ${WRKSRC}/doc ${PREFIX}/${DISTNAME} .endif ${CP} -R ${WRKSRC}/include ${PREFIX}/${DISTNAME} - strip ${PREFIX}/${DISTNAME}/bcrypt \ + strip ${PREFIX}/${DISTNAME}/bchat \ + ${PREFIX}/${DISTNAME}/bcrypt \ ${PREFIX}/${DISTNAME}/bhide \ ${PREFIX}/${DISTNAME}/bkey \ + ${PREFIX}/${DISTNAME}/block \ ${PREFIX}/${DISTNAME}/blogin \ + ${PREFIX}/${DISTNAME}/bmore \ ${PREFIX}/${DISTNAME}/bpass \ ${PREFIX}/${DISTNAME}/bpassdel \ + ${PREFIX}/${DISTNAME}/bunlock \ .include <bsd.port.mk> diff --git a/security/bugs/distinfo b/security/bugs/distinfo index 570f055a8f3b..9fae9cc2cf89 100644 --- a/security/bugs/distinfo +++ b/security/bugs/distinfo @@ -1 +1 @@ -MD5 (bugs-2.0.1.tgz) = 855a31c5da4cefa3e329cdcb191ccdae +MD5 (bugs-3.3.2.tgz) = a0cf6198892c6c751997603da44066df diff --git a/security/bugs/pkg-descr b/security/bugs/pkg-descr index 06ba9fbff8fc..fe2e393a5552 100644 --- a/security/bugs/pkg-descr +++ b/security/bugs/pkg-descr @@ -10,7 +10,7 @@ ATTENTION !!! IN SOME COUNTRIES THIS SOFTWARE MAY BE ILLEGAL SO DON'T USE IT IF YOU ARE NOT ALLOWED... -WWW: http://www.asi.fr/~martinez/ +WWW: http://www.bcrypt.com/ - Stephane Legrand diff --git a/security/bugs/pkg-plist b/security/bugs/pkg-plist index e008a88cbf20..c685764085d7 100644 --- a/security/bugs/pkg-plist +++ b/security/bugs/pkg-plist @@ -1,23 +1,30 @@ -bugs-2.0.1/bcrypt -bugs-2.0.1/bhide -bugs-2.0.1/bkey -bugs-2.0.1/blogin -bugs-2.0.1/bpass -bugs-2.0.1/bpassdel -bugs-2.0.1/libcrypt.a -bugs-2.0.1/doc/HOWTO -bugs-2.0.1/doc/README -bugs-2.0.1/doc/html/README -bugs-2.0.1/doc/txt/english/explanations.english -bugs-2.0.1/doc/txt/english/functions.english -bugs-2.0.1/doc/txt/french/EXPLICATIONS.french -bugs-2.0.1/doc/txt/french/bugs_fonctions.french -bugs-2.0.1/include/extra.h -bugs-2.0.1/include/libcrypt.h -@dirrm bugs-2.0.1/doc/txt/english -@dirrm bugs-2.0.1/doc/txt/french -@dirrm bugs-2.0.1/doc/html -@dirrm bugs-2.0.1/doc/txt -@dirrm bugs-2.0.1/doc -@dirrm bugs-2.0.1/include -@dirrm bugs-2.0.1 +bugs-3.3.2/bchat +bugs-3.3.2/bcrypt +bugs-3.3.2/bhide +bugs-3.3.2/bkey +bugs-3.3.2/block +bugs-3.3.2/blogin +bugs-3.3.2/bmore +bugs-3.3.2/bpass +bugs-3.3.2/bpassdel +bugs-3.3.2/bunlock +bugs-3.3.2/libcrypt.a +bugs-3.3.2/doc/HOWTO +bugs-3.3.2/doc/README +bugs-3.3.2/doc/dev_english.txt +bugs-3.3.2/doc/dev_french.txt +bugs-3.3.2/doc/index.html +bugs-3.3.2/doc/techbugs.html +bugs-3.3.2/doc/cv/cv_fr.html +bugs-3.3.2/doc/cv/cv_uk.html +bugs-3.3.2/doc/cv/note_fr.html +bugs-3.3.2/doc/cv/note_uk.html +bugs-3.3.2/doc/history/old_french.txt +bugs-3.3.2/include/extra.h +bugs-3.3.2/include/isaac.h +bugs-3.3.2/include/libcrypt.h +@dirrm bugs-3.3.2/doc/cv +@dirrm bugs-3.3.2/doc/history +@dirrm bugs-3.3.2/doc +@dirrm bugs-3.3.2/include +@dirrm bugs-3.3.2 |