svn commit: r340792 - head/net/p5-Net

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 23 03:28:29 UTC 2014


Author: sunpoet
Date: Thu Jan 23 03:28:29 2014
New Revision: 340792
URL: http://svnweb.freebsd.org/changeset/ports/340792
QAT: https://qat.redports.org/buildarchive/r340792/

Log:
  - Update to 1.24
  - Add LICENSE
  - Add TEST_DEPENDS
  - Remove trailing period from SASL option description
  - Add BUILD_DEPENDS for SASL option
  
  Changes:	http://search.cpan.org/dist/Net/Changes

Modified:
  head/net/p5-Net/Makefile
  head/net/p5-Net/distinfo

Modified: head/net/p5-Net/Makefile
==============================================================================
--- head/net/p5-Net/Makefile	Thu Jan 23 03:28:23 2014	(r340791)
+++ head/net/p5-Net/Makefile	Thu Jan 23 03:28:29 2014	(r340792)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Net
-PORTVERSION=	1.23
+PORTVERSION=	1.24
 PORTEPOCH=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
@@ -12,10 +12,16 @@ DISTNAME=	libnet-${PORTVERSION}
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl5 modules to access and use network protocols
 
-OPTIONS_DEFINE=		SASL
-OPTIONS_DEFAULT=	SASL
-SASL_DESC=		SASL auth for POP3 and SMTP support.
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
+TEST_DEPENDS=	p5-Test-Kwalitee>=0:${PORTSDIR}/devel/p5-Test-Kwalitee
+
+OPTIONS_DEFINE=	SASL
+OPTIONS_DEFAULT=SASL
+SASL_DESC=	SASL auth for POP3 and SMTP support
+
+SASL_BUILD_DEPENDS=	p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL
 SASL_RUN_DEPENDS=	p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL
 
 PORTSCOUT=	skipv:1.0901

Modified: head/net/p5-Net/distinfo
==============================================================================
--- head/net/p5-Net/distinfo	Thu Jan 23 03:28:23 2014	(r340791)
+++ head/net/p5-Net/distinfo	Thu Jan 23 03:28:29 2014	(r340792)
@@ -1,2 +1,2 @@
-SHA256 (libnet-1.23.tar.gz) = 67edd05f0a2b93ca8fe9ba98d45667df74b78b1eaeb502404ae511e7a5f6513c
-SIZE (libnet-1.23.tar.gz) = 67699
+SHA256 (libnet-1.24.tar.gz) = 4bf1514cfa3e2c80037825a36607c3512972caef65e89153b64824ad6975320c
+SIZE (libnet-1.24.tar.gz) = 67755


More information about the svn-ports-all mailing list