Date: Sun, 5 Feb 2017 05:32:05 +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: r433368 - in head/security/p5-Authen-TacacsPlus: . files Message-ID: <201702050532.v155W5OZ089586@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Feb 5 05:32:05 2017 New Revision: 433368 URL: https://svnweb.freebsd.org/changeset/ports/433368 Log: Update to 0.26 - Strip shared library - Regenerate patch files with makepatch: - Sort PLIST Changes: http://search.cpan.org/dist/Authen-TacacsPlus/Changes Added: head/security/p5-Authen-TacacsPlus/files/patch-tacpluslib_tac__plus.h - copied, changed from r433367, head/security/p5-Authen-TacacsPlus/files/patch-tac_plus.h Deleted: head/security/p5-Authen-TacacsPlus/files/patch-tac_plus.h Modified: head/security/p5-Authen-TacacsPlus/Makefile head/security/p5-Authen-TacacsPlus/distinfo head/security/p5-Authen-TacacsPlus/files/patch-tacpluslib__tac_client.c head/security/p5-Authen-TacacsPlus/pkg-plist Modified: head/security/p5-Authen-TacacsPlus/Makefile ============================================================================== --- head/security/p5-Authen-TacacsPlus/Makefile Sun Feb 5 05:32:00 2017 (r433367) +++ head/security/p5-Authen-TacacsPlus/Makefile Sun Feb 5 05:32:05 2017 (r433368) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= Authen-TacacsPlus -PORTVERSION= 0.24 -PORTREVISION= 1 +PORTVERSION= 0.26 CATEGORIES= security perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:MIKEM/Authen-TacacsPlus PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -17,9 +15,8 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -MAKE_ENV+= CCFLAGS="${CFLAGS}" -pre-build: - ${PERL} -pi -e "s:CCFLAGS =:CCFLAGS ?=:g" ${WRKSRC}/tacpluslib/Makefile +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Authen/TacacsPlus/TacacsPlus.so .include <bsd.port.mk> Modified: head/security/p5-Authen-TacacsPlus/distinfo ============================================================================== --- head/security/p5-Authen-TacacsPlus/distinfo Sun Feb 5 05:32:00 2017 (r433367) +++ head/security/p5-Authen-TacacsPlus/distinfo Sun Feb 5 05:32:05 2017 (r433368) @@ -1,2 +1,3 @@ -SHA256 (Authen-TacacsPlus-0.24.tar.gz) = 58b87b125a9847b2d2d552cb5981f8c206421d2494ff104909c1e07a33fc4afa -SIZE (Authen-TacacsPlus-0.24.tar.gz) = 22755 +TIMESTAMP = 1486257922 +SHA256 (Authen-TacacsPlus-0.26.tar.gz) = 7aa82383867cb53eaa071d6e522f27c67d7ca3c931cf33f98d480370722df750 +SIZE (Authen-TacacsPlus-0.26.tar.gz) = 22897 Modified: head/security/p5-Authen-TacacsPlus/files/patch-tacpluslib__tac_client.c ============================================================================== --- head/security/p5-Authen-TacacsPlus/files/patch-tacpluslib__tac_client.c Sun Feb 5 05:32:00 2017 (r433367) +++ head/security/p5-Authen-TacacsPlus/files/patch-tacpluslib__tac_client.c Sun Feb 5 05:32:05 2017 (r433368) @@ -1,5 +1,5 @@ ---- ./tacpluslib/tac_client.c.orig 2009-07-10 00:34:49.000000000 +0200 -+++ ./tacpluslib/tac_client.c 2011-08-11 20:22:06.000000000 +0200 +--- tacpluslib/tac_client.c.orig 2012-08-23 07:25:52 UTC ++++ tacpluslib/tac_client.c @@ -1,6 +1,8 @@ /* (C) 1997 Mike Shoyher msh@corbina.net, msh@apache.lexa.ru */ Copied and modified: head/security/p5-Authen-TacacsPlus/files/patch-tacpluslib_tac__plus.h (from r433367, head/security/p5-Authen-TacacsPlus/files/patch-tac_plus.h) ============================================================================== --- head/security/p5-Authen-TacacsPlus/files/patch-tac_plus.h Sun Feb 5 05:32:00 2017 (r433367, copy source) +++ head/security/p5-Authen-TacacsPlus/files/patch-tacpluslib_tac__plus.h Sun Feb 5 05:32:05 2017 (r433368) @@ -1,4 +1,4 @@ ---- tacpluslib/tac_plus.h +--- tacpluslib/tac_plus.h.orig 2007-09-22 00:02:16 UTC +++ tacpluslib/tac_plus.h @@ -163,7 +163,6 @@ #include <sys/syslog.h> Modified: head/security/p5-Authen-TacacsPlus/pkg-plist ============================================================================== --- head/security/p5-Authen-TacacsPlus/pkg-plist Sun Feb 5 05:32:00 2017 (r433367) +++ head/security/p5-Authen-TacacsPlus/pkg-plist Sun Feb 5 05:32:05 2017 (r433368) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Authen::TacacsPlus.3.gz %%SITE_ARCH%%/Authen/TacacsPlus.pm %%SITE_ARCH%%/auto/Authen/TacacsPlus/TacacsPlus.so +%%PERL5_MAN3%%/Authen::TacacsPlus.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702050532.v155W5OZ089586>