From owner-svn-ports-head@freebsd.org Sun Feb 5 05:32:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45292CD0999; Sun, 5 Feb 2017 05:32:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FF48CDF; Sun, 5 Feb 2017 05:32:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v155W6kS089591; Sun, 5 Feb 2017 05:32:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v155W5OZ089586; Sun, 5 Feb 2017 05:32:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702050532.v155W5OZ089586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 5 Feb 2017 05:32:05 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2017 05:32:07 -0000 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 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 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