svn commit: r460444 - head/net/rsync-bpc
Danilo G. Baio
dbaio at FreeBSD.org
Tue Jan 30 22:10:54 UTC 2018
Author: dbaio
Date: Tue Jan 30 22:10:53 2018
New Revision: 460444
URL: https://svnweb.freebsd.org/changeset/ports/460444
Log:
net/rsync-bpc: Update to 3.0.9.12
While here:
- Reorder USES
- Strip rsync_bpc (Q/A warning)
- Update license
Changes: https://github.com/backuppc/rsync-bpc/releases/tag/3.0.9.12
PR: 225525
Submitted by: Alexander Moisseev <moiseev at mezonplus.ru> (maintainer)
Modified:
head/net/rsync-bpc/Makefile
head/net/rsync-bpc/distinfo
Modified: head/net/rsync-bpc/Makefile
==============================================================================
--- head/net/rsync-bpc/Makefile Tue Jan 30 21:53:41 2018 (r460443)
+++ head/net/rsync-bpc/Makefile Tue Jan 30 22:10:53 2018 (r460444)
@@ -2,24 +2,28 @@
# $FreeBSD$
PORTNAME= rsync-bpc
-DISTVERSION= 3.0.9.11
+DISTVERSION= 3.0.9.12
CATEGORIES= net
MAINTAINER= moiseev at mezonplus.ru
COMMENT= Modified rsync that used as part of BackupPC
-LICENSE= GPLv3
+LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
+USES= perl5
+
USE_GITHUB= yes
GH_ACCOUNT= backuppc
-USES= perl5
USE_PERL5= build
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.sh
CONFIGURE_ARGS= --prefix=${PREFIX}
PLIST_FILES= bin/rsync_bpc
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rsync_bpc
.include <bsd.port.mk>
Modified: head/net/rsync-bpc/distinfo
==============================================================================
--- head/net/rsync-bpc/distinfo Tue Jan 30 21:53:41 2018 (r460443)
+++ head/net/rsync-bpc/distinfo Tue Jan 30 22:10:53 2018 (r460444)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513258507
-SHA256 (backuppc-rsync-bpc-3.0.9.11_GH0.tar.gz) = e18b4d3a8370718305b920ee2ac1edf1144683c81f690126b9963930a0edce38
-SIZE (backuppc-rsync-bpc-3.0.9.11_GH0.tar.gz) = 779226
+TIMESTAMP = 1517349226
+SHA256 (backuppc-rsync-bpc-3.0.9.12_GH0.tar.gz) = 0f5944746664d81729734d59e0f5a8b834df017545b220e6507463dd79dd12a4
+SIZE (backuppc-rsync-bpc-3.0.9.12_GH0.tar.gz) = 779221
More information about the svn-ports-all
mailing list