diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-08 00:27:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-08 00:27:23 +0800 |
commit | c437018696fbd0e1a3052170e3e762889ba26e06 (patch) | |
tree | 298c73063074067c47dc3aa5ad3f86716c045d1e /irc | |
parent | 403ec98318bc312eb368210b7ba9ce886082e1d5 (diff) | |
download | freebsd-ports-gnome-c437018696fbd0e1a3052170e3e762889ba26e06.tar.gz freebsd-ports-gnome-c437018696fbd0e1a3052170e3e762889ba26e06.tar.zst freebsd-ports-gnome-c437018696fbd0e1a3052170e3e762889ba26e06.zip |
- Update to 1.52
- Add LICENSE
Changes: http://search.cpan.org/dist/POE-Component-Server-IRC/Changes
PR: ports/161373
Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/p5-POE-Component-Server-IRC/Makefile | 9 | ||||
-rw-r--r-- | irc/p5-POE-Component-Server-IRC/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/irc/p5-POE-Component-Server-IRC/Makefile b/irc/p5-POE-Component-Server-IRC/Makefile index ab7261c945bb..2cebf6164b91 100644 --- a/irc/p5-POE-Component-Server-IRC/Makefile +++ b/irc/p5-POE-Component-Server-IRC/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Server-IRC -PORTVERSION= 1.49 +PORTVERSION= 1.52 CATEGORIES= irc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HINRIK @@ -15,7 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= A fully event-driven networkable IRC server daemon module -BUILD_DEPENDS= p5-Crypt-PasswdMD5>=1.3:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= p5-Crypt-PasswdMD5>=1.3:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ p5-IRC-Utils>=0.10:${PORTSDIR}/irc/p5-IRC-Utils \ p5-Net-Netmask>=1.9012:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ p5-POE>=0.9999:${PORTSDIR}/devel/p5-POE \ @@ -26,7 +29,7 @@ BUILD_DEPENDS= p5-Crypt-PasswdMD5>=1.3:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ p5-POE-Component-SSLify>=0:${PORTSDIR}/security/p5-POE-Component-SSLify \ p5-POE-Filter-IRCD>=2.2:${PORTSDIR}/irc/p5-POE-Filter-IRCD \ p5-POE-Filter-Zlib>0:${PORTSDIR}/archivers/p5-POE-Filter-Zlib -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/irc/p5-POE-Component-Server-IRC/distinfo b/irc/p5-POE-Component-Server-IRC/distinfo index 2fe15cb8a15e..83484ce466de 100644 --- a/irc/p5-POE-Component-Server-IRC/distinfo +++ b/irc/p5-POE-Component-Server-IRC/distinfo @@ -1,2 +1,2 @@ -SHA256 (POE-Component-Server-IRC-1.49.tar.gz) = 51e68538016008eeecdd7cb24d276b38c3bf2693f2b72029827904e4b3a58792 -SIZE (POE-Component-Server-IRC-1.49.tar.gz) = 209286 +SHA256 (POE-Component-Server-IRC-1.52.tar.gz) = 5e6ced041eb8eb8fd99ea19bea9b2308826824101d5dc584b084c91f661995e6 +SIZE (POE-Component-Server-IRC-1.52.tar.gz) = 208686 |