diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-14 03:13:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-14 03:13:54 +0800 |
commit | 10468711783a3d0fd3f73ce8ea2193d45def0553 (patch) | |
tree | cde81ad05f1299cdb4bc97693bed0e973d33f761 /sysutils | |
parent | fd88e07b9bcd4b226c4575188f33e0339903c951 (diff) | |
download | freebsd-ports-gnome-10468711783a3d0fd3f73ce8ea2193d45def0553.tar.gz freebsd-ports-gnome-10468711783a3d0fd3f73ce8ea2193d45def0553.tar.zst freebsd-ports-gnome-10468711783a3d0fd3f73ce8ea2193d45def0553.zip |
- Update to 1.4.1
- While I'm here:
- Add LICENSE
- Add OPTIONS_DEFINE
- Convert to new options target helper
Changes: https://github.com/rsnapshot/rsnapshot/blob/release-1.4/ChangeLog
PR: 204427
Submitted by: Ralf van Dooren <ralfvd@gmail.com> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rsnapshot/Makefile | 9 | ||||
-rw-r--r-- | sysutils/rsnapshot/distinfo | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sysutils/rsnapshot/Makefile b/sysutils/rsnapshot/Makefile index 91d7f5233191..446954678af9 100644 --- a/sysutils/rsnapshot/Makefile +++ b/sysutils/rsnapshot/Makefile @@ -2,17 +2,22 @@ # $FreeBSD$ PORTNAME= rsnapshot -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= sysutils MASTER_SITES= http://www.rsnapshot.org/downloads/ MAINTAINER= ralfvd@gmail.com COMMENT= Filesystem snapshot utility based on rsync(1) +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \ p5-Lchown>=0:${PORTSDIR}/sysutils/p5-Lchown +OPTIONS_DEFINE= DOCS + USES= perl5 GNU_CONFIGURE= yes NO_ARCH= yes @@ -22,7 +27,7 @@ PORTDOCS= AUTHORS ChangeLog README.md post-patch: ${REINPLACE_CMD} -e 's,/usr/bin/pod2man,${LOCALBASE}/bin/pod2man,' ${WRKSRC}/Makefile.in -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/rsnapshot/distinfo b/sysutils/rsnapshot/distinfo index c40ef1adf3b5..1e54607b4594 100644 --- a/sysutils/rsnapshot/distinfo +++ b/sysutils/rsnapshot/distinfo @@ -1,2 +1,2 @@ -SHA256 (rsnapshot-1.4.0.tar.gz) = 222574fee2f59d0e3ef5da6e6dd0f445205fecfa7ca12ef821eb8a89cf4f2ca8 -SIZE (rsnapshot-1.4.0.tar.gz) = 488785 +SHA256 (rsnapshot-1.4.1.tar.gz) = fb4a1129a7d3805c41749fd0494debfe2ca2341eba0f8b50e4f54985efe448e8 +SIZE (rsnapshot-1.4.1.tar.gz) = 489481 |