[Bug 217722] sysutils/p5-BackupPC-XS: update to 0.52

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 12 15:45:52 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217722

Po-Chuan Hsieh <sunpoet at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|freebsd-ports-bugs at FreeBSD. |sunpoet at FreeBSD.org
                   |org                         |
             Status|New                         |In Progress

--- Comment #1 from Po-Chuan Hsieh <sunpoet at FreeBSD.org> ---
Since CPAN is available, there's no need to use GITHUB.
I propose the following change of Makefile.

--- Makefile    (revision 435896)
+++ Makefile    (working copy)
@@ -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 at mezonplus.ru
@@ -12,11 +13,6 @@

 LICENSE=       GPLv3

-WRKSRC=        ${WRKDIR}/backuppc-xs-${DISTVERSION}
-
-USE_GITHUB=    yes
-GH_ACCOUNT=    backuppc
-
 USES=          perl5
 USE_PERL5=     configure

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list