From owner-svn-ports-all@freebsd.org Sun Mar 12 17:28:57 2017 Return-Path: Delivered-To: svn-ports-all@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 D1047D09763; Sun, 12 Mar 2017 17:28:57 +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 818871E92; Sun, 12 Mar 2017 17:28:57 +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 v2CHSuYH064449; Sun, 12 Mar 2017 17:28:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2CHSudw064446; Sun, 12 Mar 2017 17:28:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703121728.v2CHSudw064446@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, 12 Mar 2017 17:28:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436009 - head/sysutils/p5-BackupPC-XS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2017 17:28:57 -0000 Author: sunpoet Date: Sun Mar 12 17:28:56 2017 New Revision: 436009 URL: https://svnweb.freebsd.org/changeset/ports/436009 Log: Update to 0.52 - While I'm here: - Change MASTER_SITES to CPAN - Remove unnecessary DISTVERSIONPREFIX, WRKSRC, USE_GITHUB and GH_ACCOUNT - Strip shared library - Sort PLIST Changes: http://search.cpan.org/dist/BackupPC-XS/Changes PR: 217722 Submitted by: Alexander Moisseev (maintainer) Modified: head/sysutils/p5-BackupPC-XS/Makefile head/sysutils/p5-BackupPC-XS/distinfo head/sysutils/p5-BackupPC-XS/pkg-plist Modified: head/sysutils/p5-BackupPC-XS/Makefile ============================================================================== --- head/sysutils/p5-BackupPC-XS/Makefile Sun Mar 12 17:28:51 2017 (r436008) +++ head/sysutils/p5-BackupPC-XS/Makefile Sun Mar 12 17:28:56 2017 (r436009) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= BackupPC-XS -DISTVERSIONPREFIX= v -DISTVERSION= 0_50 +PORTVERSION= 0.52 CATEGORIES= sysutils perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:CBARRATT PKGNAMEPREFIX= p5- MAINTAINER= moiseev@mezonplus.ru @@ -12,14 +13,12 @@ COMMENT= Perl extension for BackupPC lib LICENSE= GPLv3 -WRKSRC= ${WRKDIR}/backuppc-xs-${DISTVERSION} - -USE_GITHUB= yes -GH_ACCOUNT= backuppc - USES= perl5 USE_PERL5= configure MAKE_JOBS_UNSAFE=yes +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/BackupPC/XS/XS.so + .include Modified: head/sysutils/p5-BackupPC-XS/distinfo ============================================================================== --- head/sysutils/p5-BackupPC-XS/distinfo Sun Mar 12 17:28:51 2017 (r436008) +++ head/sysutils/p5-BackupPC-XS/distinfo Sun Mar 12 17:28:56 2017 (r436009) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488718571 -SHA256 (backuppc-BackupPC-XS-v0_50_GH0.tar.gz) = ebede89c12c8a57dbbfd09a293b96e38a543918bca1e46f75f1cf7a2017f9680 -SIZE (backuppc-BackupPC-XS-v0_50_GH0.tar.gz) = 285969 +TIMESTAMP = 1489333298 +SHA256 (BackupPC-XS-0.52.tar.gz) = ffcb6d75bc9ec74bc1ee5f28cd3d1bd8023a2611fa77ca9ff3670dca2a09ac53 +SIZE (BackupPC-XS-0.52.tar.gz) = 288045 Modified: head/sysutils/p5-BackupPC-XS/pkg-plist ============================================================================== --- head/sysutils/p5-BackupPC-XS/pkg-plist Sun Mar 12 17:28:51 2017 (r436008) +++ head/sysutils/p5-BackupPC-XS/pkg-plist Sun Mar 12 17:28:56 2017 (r436009) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/BackupPC::XS.3.gz %%SITE_ARCH%%/BackupPC/XS.pm %%SITE_ARCH%%/auto/BackupPC/XS/XS.so +%%PERL5_MAN3%%/BackupPC::XS.3.gz