diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-08-30 15:45:58 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-08-30 15:45:58 +0000 |
commit | efdda2b76ef3f1d9a54f429ed09678728d551557 (patch) | |
tree | 05eaa294bd725449f3ae5c0284cc72adeef1cc5b /textproc/p5-Plagger | |
parent | 6d4a92f5ac19e03d9ea282d7415a89a9f6542798 (diff) | |
download | ports-efdda2b76ef3f1d9a54f429ed09678728d551557.tar.gz ports-efdda2b76ef3f1d9a54f429ed09678728d551557.zip |
Notes
Diffstat (limited to 'textproc/p5-Plagger')
-rw-r--r-- | textproc/p5-Plagger/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Plagger/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/textproc/p5-Plagger/Makefile b/textproc/p5-Plagger/Makefile index 2452a13db009..1d02ef8546a1 100644 --- a/textproc/p5-Plagger/Makefile +++ b/textproc/p5-Plagger/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Plagger -PORTVERSION= 0.7.9 -PORTREVISION= 2 +PORTVERSION= 0.7.10 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/M/MI/MIYAGAWA @@ -58,6 +57,7 @@ OPTIONS= BETTERENCODING "Better Encoding detection Support" on \ FLICKRSEARCH "CustomFeed::FlickrSearch Support" off \ HATENABKMK "Filter::HatenaBookmarkUsersCount Support" off \ PALMDOC "Publish::PalmDoc Support" off \ + SUBSCRDBI "Subscription::DBI Support" off \ NOTIFYBEEP "Notify::Beep Support" off \ FILTERPPT "Filter::TTP Support" off \ KINOSEARCH "Search::KinoSearch Support" off \ @@ -85,7 +85,6 @@ OPTIONS= BETTERENCODING "Better Encoding detection Support" on \ # The below options are not supported yet due to missing depending modules # CUSTOMSVNLOG "CustomFeed::SVNLog Support" off \ # PUBLISHCSV "Publish::CSV Support" off \ -# SUBSCRDBI "Subscription::DBI Support" off \ # SUBSCRFOAF "Subscription::FOAF Support" off \ # GUESSLANGUAGE "Filter::GuessLanguage Support" off \ # PINGSERVER "Subscription::PingServer Support" off \ @@ -177,6 +176,10 @@ BUILD_DEPENDS+= ${SITE_PERL}/XMLRPC/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite BUILD_DEPENDS+= ${SITE_PERL}/Palm/PalmDoc.pm:${PORTSDIR}/palm/p5-Palm-PalmDoc .endif +.if defined(WITH_SUBSCRDBI) +BUILD_DEPENDS+= ${SITE_PERL}/DBIx/Class/Schema.pm:${PORTSDIR}/databases/p5-DBIx-Class +.endif + .if defined(WITH_NOTIFYBEEP) BUILD_DEPENDS+= ${SITE_PERL}/Audio/Beep.pm:${PORTSDIR}/audio/p5-Audio-Beep .endif diff --git a/textproc/p5-Plagger/distinfo b/textproc/p5-Plagger/distinfo index 19e1b5cd45d1..7ef533f895b7 100644 --- a/textproc/p5-Plagger/distinfo +++ b/textproc/p5-Plagger/distinfo @@ -1,3 +1,3 @@ -MD5 (Plagger-0.7.9.tar.gz) = 650de2bef0829687026f2a9eb6fc2d15 -SHA256 (Plagger-0.7.9.tar.gz) = a16e7d83ed6aff04c7b0f0ae0bf789d4f3e6f2674d2258c66ffa3ce0db004581 -SIZE (Plagger-0.7.9.tar.gz) = 287578 +MD5 (Plagger-0.7.10.tar.gz) = 9e19ab26188d0410ca0ad69c75ca3376 +SHA256 (Plagger-0.7.10.tar.gz) = b7f526552900f11e5520241cb9f79eebf02158e0c3efb12c989a5c1b0c0a04de +SIZE (Plagger-0.7.10.tar.gz) = 290222 |