svn commit: r363541 - head/net-im/p5-Jabber-Lite
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 31 10:04:05 UTC 2014
Author: sunpoet
Date: Thu Jul 31 10:04:03 2014
New Revision: 363541
URL: http://svnweb.freebsd.org/changeset/ports/363541
QAT: https://qat.redports.org/buildarchive/r363541/
Log:
- Update to 0.8.1
- Add LICENSE
- Add BUILD_DEPENDS
- Sort PLIST
- Reformat pkg-descr
Changes: http://search.cpan.org/dist/Jabber-Lite/Changes
Modified:
head/net-im/p5-Jabber-Lite/Makefile
head/net-im/p5-Jabber-Lite/distinfo
head/net-im/p5-Jabber-Lite/pkg-descr
head/net-im/p5-Jabber-Lite/pkg-plist
Modified: head/net-im/p5-Jabber-Lite/Makefile
==============================================================================
--- head/net-im/p5-Jabber-Lite/Makefile Thu Jul 31 10:03:56 2014 (r363540)
+++ head/net-im/p5-Jabber-Lite/Makefile Thu Jul 31 10:04:03 2014 (r363541)
@@ -2,20 +2,25 @@
# $FreeBSD$
PORTNAME= Jabber-Lite
-PORTVERSION= 0.8
+PORTVERSION= 0.8.1
CATEGORIES= net-im perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= Jabber
+MASTER_SITE_SUBDIR= CPAN:BEECEE
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Standalone library for communicating with Jabber servers
-RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
- p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
- p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
+ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
+ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
+ p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
+RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
Modified: head/net-im/p5-Jabber-Lite/distinfo
==============================================================================
--- head/net-im/p5-Jabber-Lite/distinfo Thu Jul 31 10:03:56 2014 (r363540)
+++ head/net-im/p5-Jabber-Lite/distinfo Thu Jul 31 10:04:03 2014 (r363541)
@@ -1,2 +1,2 @@
-SHA256 (Jabber-Lite-0.8.tar.gz) = 095cdd6b40b3fdc04841b3d265c24fc32fac2e8da1e6618e1c74931b9de44c45
-SIZE (Jabber-Lite-0.8.tar.gz) = 48732
+SHA256 (Jabber-Lite-0.8.1.tar.gz) = 1871cce002c242f50b72b10540ff675facf7b065fa08fba55c94ecabf6040e88
+SIZE (Jabber-Lite-0.8.1.tar.gz) = 49323
Modified: head/net-im/p5-Jabber-Lite/pkg-descr
==============================================================================
--- head/net-im/p5-Jabber-Lite/pkg-descr Thu Jul 31 10:03:56 2014 (r363540)
+++ head/net-im/p5-Jabber-Lite/pkg-descr Thu Jul 31 10:04:03 2014 (r363541)
@@ -1,5 +1,5 @@
-Jabber::Lite is, as the name implies, a small 'lite' library for
-dealing with Jabber servers, implemented entirely in perl. Whilst it
-is small, it does try to be fairly complete for common tasks.
+Jabber::Lite is, as the name implies, a small 'lite' library for dealing with
+Jabber servers, implemented entirely in perl. Whilst it is small, it does try to
+be fairly complete for common tasks.
WWW: http://search.cpan.org/dist/Jabber-Lite/
Modified: head/net-im/p5-Jabber-Lite/pkg-plist
==============================================================================
--- head/net-im/p5-Jabber-Lite/pkg-plist Thu Jul 31 10:03:56 2014 (r363540)
+++ head/net-im/p5-Jabber-Lite/pkg-plist Thu Jul 31 10:04:03 2014 (r363541)
@@ -1,6 +1,6 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Jabber/Lite/.packlist
%%SITE_PERL%%/Jabber/Lite.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Jabber/Lite/.packlist
%%PERL5_MAN3%%/Jabber::Lite.3.gz
- at dirrmtry %%SITE_PERL%%/Jabber
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Jabber/Lite
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Jabber/Lite
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Jabber
+ at dirrmtry %%SITE_PERL%%/Jabber
More information about the svn-ports-all
mailing list