Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 2017 15:45:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 217722] sysutils/p5-BackupPC-XS: update to 0.52
Message-ID:  <bug-217722-13-9oV0RjJRhx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-217722-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-217722-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217722

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

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

--- Comment #1 from Po-Chuan Hsieh <sunpoet@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=3D      BackupPC-XS
-DISTVERSIONPREFIX=3D     v
-DISTVERSION=3D   0_50
+PORTVERSION=3D   0.52
 CATEGORIES=3D    sysutils perl5
+MASTER_SITES=3D  CPAN
+MASTER_SITE_SUBDIR=3D    CPAN:CBARRATT
 PKGNAMEPREFIX=3D p5-

 MAINTAINER=3D    moiseev@mezonplus.ru
@@ -12,11 +13,6 @@

 LICENSE=3D       GPLv3

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217722-13-9oV0RjJRhx>