aboutsummaryrefslogtreecommitdiff
path: root/www/p5-App-Nopaste
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-02-07 10:31:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-02-07 10:31:49 +0000
commite4dd843a62d6d5e99a88adf45d0160c833de03b3 (patch)
treef8c9c5a7f21abe71f18f677048cda3a3da74ab08 /www/p5-App-Nopaste
parent19713963d62fa2f34b27c87c061d8bafdf87140a (diff)
downloadports-e4dd843a62d6d5e99a88adf45d0160c833de03b3.tar.gz
ports-e4dd843a62d6d5e99a88adf45d0160c833de03b3.zip
- update to 0.25
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.25/Changes - add license - refactor dependencies Feature safe: yes
Notes
Notes: svn path=/head/; revision=268745
Diffstat (limited to 'www/p5-App-Nopaste')
-rw-r--r--www/p5-App-Nopaste/Makefile35
-rw-r--r--www/p5-App-Nopaste/distinfo5
-rw-r--r--www/p5-App-Nopaste/pkg-plist1
3 files changed, 19 insertions, 22 deletions
diff --git a/www/p5-App-Nopaste/Makefile b/www/p5-App-Nopaste/Makefile
index a61c092cb79e..185565025f52 100644
--- a/www/p5-App-Nopaste/Makefile
+++ b/www/p5-App-Nopaste/Makefile
@@ -6,26 +6,29 @@
#
PORTNAME= App-Nopaste
-PORTVERSION= 0.22
+PORTVERSION= 0.25
CATEGORIES= www perl5
-MASTER_SITES= CPAN
+MASTER_SITES= CPAN/../../authors/id/S/SP/SPANG/
PKGNAMEPREFIX= p5-
MAINTAINER= bapt@FreeBSD.org
COMMENT= Easy access to any pastebin
-BUILD_DEPENDS+= ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \
- ${SITE_PERL}/MooseX/Getopt.pm:${PORTSDIR}/devel/p5-MooseX-Getopt
+BUILD_DEPENDS+= p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \
+ p5-MooseX-Getopt>=0.17:${PORTSDIR}/devel/p5-MooseX-Getopt \
+ p5-Moose>=0.74:${PORTSDIR}/devel/p5-Moose
-RUN_DEPENDS+= ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \
- ${SITE_PERL}/MooseX/Getopt.pm:${PORTSDIR}/devel/p5-MooseX-Getopt
+RUN_DEPENDS:= ${BUILD_DEPENDS}
-OPTIONS= CLIPBOARD "Support Clipboard" On \
+OPTIONS= CLIPBOARD "Support X11 Clipboard" On \
PASTEBIN "Support pastebin.com" On \
- GITHUB "Support github" Off
+ GITHUB "Support github" On
PERL_CONFIGURE= yes
+LICENSE_COMB= dual
+LICENSE= ART20 GPLv1
+
CONFLICTS= p5-WebService-NoPaste-0*
MAN1= nopaste.1
@@ -35,7 +38,6 @@ MAN3= App::Nopaste.3 \
App::Nopaste::Service.3 \
App::Nopaste::Service::Debian.3 \
App::Nopaste::Service::Gist.3 \
- App::Nopaste::Service::Husk.3 \
App::Nopaste::Service::Mathbin.3 \
App::Nopaste::Service::PastebinCom.3 \
App::Nopaste::Service::Pastie.3 \
@@ -46,18 +48,15 @@ MAN3= App::Nopaste.3 \
.include <bsd.port.pre.mk>
.if defined(WITH_PASTEBIN)
-BUILD_DEPENDS+= ${SITE_PERL}/WWW/Pastebin/PastebinCom/Create.pm:${PORTSDIR}/www/p5-WWW-Pastebin-PastebinCom-Create
-RUN_DEPENDS+= ${SITE_PERL}/WWW/Pastebin/PastebinCom/Create.pm:${PORTSDIR}/www/p5-WWW-Pastebin-PastebinCom-Create
+BUILD_DEPENDS+= p5-WWW-Pastebin-PastebinCom-Create>=0:${PORTSDIR}/www/p5-WWW-Pastebin-PastebinCom-Create
+RUN_DEPENDS+= p5-WWW-Pastebin-PastebinCom-Create>=0:${PORTSDIR}/www/p5-WWW-Pastebin-PastebinCom-Create
.endif
.if defined(WITH_CLIPBOARD)
-BUILD_DEPENDS+= ${SITE_PERL}/Clipboard.pm:${PORTSDIR}/x11/p5-Clipboard
-RUN_DEPENDS+= ${SITE_PERL}/Clipboard.pm:${PORTSDIR}/x11/p5-Clipboard
+BUILD_DEPENDS+= p5-Clipboard>=0:${PORTSDIR}/x11/p5-Clipboard
+RUN_DEPENDS+= p5-Clipboard>=0:${PORTSDIR}/x11/p5-Clipboard
.endif
.if defined(WITH_GITHUB)
-BUILD_DEPENDS+= ${SITE_PERL}/Git.pm:${PORTSDIR}/devel/git \
- ${SITE_PERL}/Config/INI/Reader.pm:${PORTSDIR}/devel/p5-Config-INI
-
-RUN_DEPENDS+= ${SITE_PERL}/Git.pm:${PORTSDIR}/devel/git \
- ${SITE_PERL}/Config/INI/Reader.pm:${PORTSDIR}/devel/p5-Config-INI
+BUILD_DEPENDS+= p5-Config-GitLike>=0:${PORTSDIR}/devel/p5-Config-GitLike
+RUN_DEPENDS+= p5-Config-GitLike>=0:${PORTSDIR}/devel/p5-Config-GitLike
.endif
.include <bsd.port.post.mk>
diff --git a/www/p5-App-Nopaste/distinfo b/www/p5-App-Nopaste/distinfo
index c3f31332640d..c7f0a96c5dc3 100644
--- a/www/p5-App-Nopaste/distinfo
+++ b/www/p5-App-Nopaste/distinfo
@@ -1,3 +1,2 @@
-MD5 (App-Nopaste-0.22.tar.gz) = a9d74f1159968528723a72dc0eb53135
-SHA256 (App-Nopaste-0.22.tar.gz) = dd7cb9667160d292c4bbf95a59b008fe0c7718afd4045c1e5dbc4df44e87f2e6
-SIZE (App-Nopaste-0.22.tar.gz) = 33684
+SHA256 (App-Nopaste-0.25.tar.gz) = af011e85819df38db0fc0f814fc507ff6fab1d3e8ce94c8c05bdc22b7982249e
+SIZE (App-Nopaste-0.25.tar.gz) = 34965
diff --git a/www/p5-App-Nopaste/pkg-plist b/www/p5-App-Nopaste/pkg-plist
index 153071d5de73..8872ef204392 100644
--- a/www/p5-App-Nopaste/pkg-plist
+++ b/www/p5-App-Nopaste/pkg-plist
@@ -5,7 +5,6 @@
%%SITE_PERL%%/App/Nopaste/Service/Codepeek.pm
%%SITE_PERL%%/App/Nopaste/Service/Debian.pm
%%SITE_PERL%%/App/Nopaste/Service/Gist.pm
-%%SITE_PERL%%/App/Nopaste/Service/Husk.pm
%%SITE_PERL%%/App/Nopaste/Service/Mathbin.pm
%%SITE_PERL%%/App/Nopaste/Service/PastebinCom.pm
%%SITE_PERL%%/App/Nopaste/Service/Pastie.pm