Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 17:11:28 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426504 - head/security/p5-Authen-Libwrap
Message-ID:  <201611191711.uAJHBSUf079522@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov 19 17:11:28 2016
New Revision: 426504
URL: https://svnweb.freebsd.org/changeset/ports/426504

Log:
  - Update to 0.23
  - Add LICENSE
  - Strip shared library
  
  Changes:	http://search.cpan.org/dist/Authen-Libwrap/ChangeLog

Modified:
  head/security/p5-Authen-Libwrap/Makefile
  head/security/p5-Authen-Libwrap/distinfo

Modified: head/security/p5-Authen-Libwrap/Makefile
==============================================================================
--- head/security/p5-Authen-Libwrap/Makefile	Sat Nov 19 17:11:24 2016	(r426503)
+++ head/security/p5-Authen-Libwrap/Makefile	Sat Nov 19 17:11:28 2016	(r426504)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Authen-Libwrap
-PORTVERSION=	0.22
-PORTREVISION=	1
+PORTVERSION=	0.23
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,9 +10,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Authen::Libwrap - access to TCP Wrappers library
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 TEST_DEPENDS=	p5-Test-Exception>0:devel/p5-Test-Exception
 
 USES=		perl5
 USE_PERL5=	modbuild
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Authen/Libwrap/Libwrap.so
+
 .include <bsd.port.mk>

Modified: head/security/p5-Authen-Libwrap/distinfo
==============================================================================
--- head/security/p5-Authen-Libwrap/distinfo	Sat Nov 19 17:11:24 2016	(r426503)
+++ head/security/p5-Authen-Libwrap/distinfo	Sat Nov 19 17:11:28 2016	(r426504)
@@ -1,2 +1,3 @@
-SHA256 (Authen-Libwrap-0.22.tar.gz) = 79a0e5e4d2bfe412200812c5498f010a6f3db82aec3c73793e559af71fa3038c
-SIZE (Authen-Libwrap-0.22.tar.gz) = 19678
+TIMESTAMP = 1479554399
+SHA256 (Authen-Libwrap-0.23.tar.gz) = 7af33a5ef8dd9605ca3a52e62faeca524d92e4c06779c84404b5dd3b01328e85
+SIZE (Authen-Libwrap-0.23.tar.gz) = 20031



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611191711.uAJHBSUf079522>