diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-04 04:06:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-04 04:06:05 +0800 |
commit | ead2c2ece7838fd5f996d75699186c74f5854839 (patch) | |
tree | 3a7563ff10462c9147ce1f3d7e01313414b0bb95 /www | |
parent | 88bc82ee59f58ed1df5df56b47e2e620a5f268de (diff) | |
download | freebsd-ports-gnome-ead2c2ece7838fd5f996d75699186c74f5854839.tar.gz freebsd-ports-gnome-ead2c2ece7838fd5f996d75699186c74f5854839.tar.zst freebsd-ports-gnome-ead2c2ece7838fd5f996d75699186c74f5854839.zip |
- Update *_DEPENDS: remove www/p5-Catalyst-Plugin-Authentication-Store-DBIC
- Pet portlint
- Bump PORTREVISION for dependency change
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Example-InstantCRUD/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Catalyst-Example-InstantCRUD/Makefile b/www/p5-Catalyst-Example-InstantCRUD/Makefile index 7eec5ff72467..02dabdef5a32 100644 --- a/www/p5-Catalyst-Example-InstantCRUD/Makefile +++ b/www/p5-Catalyst-Example-InstantCRUD/Makefile @@ -7,6 +7,7 @@ PORTNAME= Catalyst-Example-InstantCRUD PORTVERSION= 0.038 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +19,6 @@ BUILD_DEPENDS= \ p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \ p5-Catalyst-Model-DBIC-Schema>=0:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema \ p5-Catalyst-Plugin-Authentication>=0.07:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ - p5-Catalyst-Plugin-Authentication-Store-DBIC>=0.07:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication-Store-DBIC \ p5-Catalyst-Plugin-ConfigLoader>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-ConfigLoader \ p5-Catalyst-Plugin-HTML-Widget>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-HTML-Widget \ p5-Catalyst-Plugin-Session-State-Cookie>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \ @@ -38,7 +38,7 @@ BUILD_DEPENDS= \ p5-Lingua-EN-Inflect-Phrase>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Phrase \ p5-Template-Plugin-Class>=0:${PORTSDIR}/www/p5-Template-Plugin-Class \ p5-URI>=0:${PORTSDIR}/net/p5-URI -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.1+ |