diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-30 09:32:04 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-30 09:32:04 +0800 |
commit | c32e07c4a2e61cce070c6d555387eb35c56875cd (patch) | |
tree | cbcee4d2a70687413c32053532db015b4247764b /databases | |
parent | 3b8d90bb314e2f6c21f369168afe86fdd5067f06 (diff) | |
download | freebsd-ports-gnome-c32e07c4a2e61cce070c6d555387eb35c56875cd.tar.gz freebsd-ports-gnome-c32e07c4a2e61cce070c6d555387eb35c56875cd.tar.zst freebsd-ports-gnome-c32e07c4a2e61cce070c6d555387eb35c56875cd.zip |
- Update to 0.95
- Using PERL_MODBUILD will add entries to BUILD_DEPENDS.
So we should not specify BUILD_DEPENDS and set RUN_DEPENDS=BUILD_DEPENDS.
Instead, we should specify RUN_DEPENDS and set BUILD_DEPENDS=RUN_DEPENDS.
- Add $FreeBSD$ to pkg-plist.
PR: ports/100505
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by: maintainer (timeout)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Exception-Class-DBI/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-Exception-Class-DBI/distinfo | 6 | ||||
-rw-r--r-- | databases/p5-Exception-Class-DBI/pkg-plist | 1 |
3 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-Exception-Class-DBI/Makefile b/databases/p5-Exception-Class-DBI/Makefile index 545ee8399086..0768d2524cb9 100644 --- a/databases/p5-Exception-Class-DBI/Makefile +++ b/databases/p5-Exception-Class-DBI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Exception-Class-DBI -PORTVERSION= 0.93 +PORTVERSION= 0.95 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Exception @@ -15,9 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@rbt.ca COMMENT= DBI Exception objects -BUILD_DEPENDS= ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ +RUN_DEPENDS= ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes diff --git a/databases/p5-Exception-Class-DBI/distinfo b/databases/p5-Exception-Class-DBI/distinfo index 0face5d58b9d..83c938b965fb 100644 --- a/databases/p5-Exception-Class-DBI/distinfo +++ b/databases/p5-Exception-Class-DBI/distinfo @@ -1,3 +1,3 @@ -MD5 (Exception-Class-DBI-0.93.tar.gz) = ea831d3ad7e6c7da407c347c3ed61bb0 -SHA256 (Exception-Class-DBI-0.93.tar.gz) = 659681dd3ab19da9efd87f06de91571e1db4a47f1b8e611c9f70ada1661cf111 -SIZE (Exception-Class-DBI-0.93.tar.gz) = 11029 +MD5 (Exception-Class-DBI-0.95.tar.gz) = 9de9770f6c32df92308c98f47c65e7f4 +SHA256 (Exception-Class-DBI-0.95.tar.gz) = 2349cbb425dc5af68b3e7485381a29f029a0fe2c9293b48a1fd09f495df969da +SIZE (Exception-Class-DBI-0.95.tar.gz) = 11524 diff --git a/databases/p5-Exception-Class-DBI/pkg-plist b/databases/p5-Exception-Class-DBI/pkg-plist index 57dbb2233c8c..5136d0182693 100644 --- a/databases/p5-Exception-Class-DBI/pkg-plist +++ b/databases/p5-Exception-Class-DBI/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ %%SITE_PERL%%/Exception/Class/DBI.pm @dirrmtry %%%SITE_PERL%%/Exception/Class @dirrmtry %%%SITE_PERL%%/Exception |