diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-19 04:28:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-19 04:28:42 +0800 |
commit | 31a8671844460d04ae43e9152be73bbe5981e1a3 (patch) | |
tree | cabc0d7ea3d84268cdfb39e21e1ffbeebc597e5b /security | |
parent | a194a13df7f1cefa56b3a969287c91d568b388e6 (diff) | |
download | freebsd-ports-gnome-31a8671844460d04ae43e9152be73bbe5981e1a3.tar.gz freebsd-ports-gnome-31a8671844460d04ae43e9152be73bbe5981e1a3.tar.zst freebsd-ports-gnome-31a8671844460d04ae43e9152be73bbe5981e1a3.zip |
- Update to 0.04
PR: ports/102071
Submitted by: Jin-Shan Tseng <tjs(at)cdpa.nsysu.edu.tw>
Approved by: krion (mentor), maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-MySQL/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Crypt-MySQL/distinfo | 6 | ||||
-rw-r--r-- | security/p5-Crypt-MySQL/pkg-plist | 3 |
3 files changed, 8 insertions, 7 deletions
diff --git a/security/p5-Crypt-MySQL/Makefile b/security/p5-Crypt-MySQL/Makefile index 7ef651bd57ae..240ad81e6619 100644 --- a/security/p5-Crypt-MySQL/Makefile +++ b/security/p5-Crypt-MySQL/Makefile @@ -4,7 +4,7 @@ # $FreeBSD$ PORTNAME= Crypt-MySQL -PORTVERSION= 0.02 +PORTVERSION= 0.04 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -13,7 +13,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= gkovesdan@t-hosting.hu COMMENT= Perl extension to compare MySQL passwords without libmysqlclient -PERL_CONFIGURE= yes +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 + +PERL_MODBUILD= yes MAN3= Crypt::MySQL.3 diff --git a/security/p5-Crypt-MySQL/distinfo b/security/p5-Crypt-MySQL/distinfo index 95d06b90a0db..4fa14364cf2f 100644 --- a/security/p5-Crypt-MySQL/distinfo +++ b/security/p5-Crypt-MySQL/distinfo @@ -1,3 +1,3 @@ -MD5 (Crypt-MySQL-0.02.tar.gz) = dfaf418d37f4f690f8e69a2e03e74371 -SHA256 (Crypt-MySQL-0.02.tar.gz) = fb85eacc4d00aac9d9d903a075ede34506a1c8902a75ddbb4e0e918dd5b6e182 -SIZE (Crypt-MySQL-0.02.tar.gz) = 2371 +MD5 (Crypt-MySQL-0.04.tar.gz) = e9a2d1e7f478fe8c90a15c47de37c0ae +SHA256 (Crypt-MySQL-0.04.tar.gz) = 93ebdfaaefcfe9ab683f0121c85f24475d8197f0bcec46018219e4111434dde3 +SIZE (Crypt-MySQL-0.04.tar.gz) = 3453 diff --git a/security/p5-Crypt-MySQL/pkg-plist b/security/p5-Crypt-MySQL/pkg-plist index a0f2e73afcaf..289135143db7 100644 --- a/security/p5-Crypt-MySQL/pkg-plist +++ b/security/p5-Crypt-MySQL/pkg-plist @@ -1,6 +1,5 @@ +@comment $FreeBSD$ %%SITE_PERL%%/%%PERL_ARCH%%/Crypt/MySQL.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/MySQL/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/MySQL/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/MySQL/MySQL.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/MySQL/MySQL.so @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/MySQL |