mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.4.0
- While here, add NO_ARCH PR: 201478 Submitted by: ralfvd@gmail.com (maintainer)
This commit is contained in:
parent
0fcda4f5b3
commit
e9439d93ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391932
3 changed files with 7 additions and 22 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= rsnapshot
|
PORTNAME= rsnapshot
|
||||||
PORTVERSION= 1.3.1
|
PORTVERSION= 1.4.0
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://www.rsnapshot.org/downloads/
|
MASTER_SITES= http://www.rsnapshot.org/downloads/
|
||||||
|
|
||||||
|
@ -14,14 +13,14 @@ BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync
|
||||||
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \
|
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \
|
||||||
p5-Lchown>=0:${PORTSDIR}/sysutils/p5-Lchown
|
p5-Lchown>=0:${PORTSDIR}/sysutils/p5-Lchown
|
||||||
|
|
||||||
USES= shebangfix perl5
|
USES= perl5
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
SHEBANG_FILES= rsnapshot-program.pl rsnapshot-diff.pl
|
NO_ARCH= yes
|
||||||
|
|
||||||
PORTDOCS= AUTHORS ChangeLog README TODO
|
PORTDOCS= AUTHORS ChangeLog README.md
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e 's,/usr/bin/pod2man,pod2man,' ${WRKSRC}/Makefile.in
|
${REINPLACE_CMD} -e 's,/usr/bin/pod2man,${LOCALBASE}/bin/pod2man,' ${WRKSRC}/Makefile.in
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (rsnapshot-1.3.1.tar.gz) = 94b6c77e40628935f42a191bdc28ad93b1f132fde456ee76ee87763f1eddc75e
|
SHA256 (rsnapshot-1.4.0.tar.gz) = 222574fee2f59d0e3ef5da6e6dd0f445205fecfa7ca12ef821eb8a89cf4f2ca8
|
||||||
SIZE (rsnapshot-1.3.1.tar.gz) = 215806
|
SIZE (rsnapshot-1.4.0.tar.gz) = 488785
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
# Description: rsnapshot doesn't build with perl >= 5.18 pod2man otherwise
|
|
||||||
# Issue ID: https://github.com/DrHyde/rsnapshot/issues/8
|
|
||||||
#
|
|
||||||
--- rsnapshot-program.pl.orig 2014-12-07 09:17:47 UTC
|
|
||||||
+++ rsnapshot-program.pl
|
|
||||||
@@ -6716,6 +6716,8 @@ Putting it all together (an example file
|
|
||||||
|
|
||||||
=back
|
|
||||||
|
|
||||||
+=back
|
|
||||||
+
|
|
||||||
=head1 USAGE
|
|
||||||
|
|
||||||
B<rsnapshot> can be used by any user, but for system-wide backups
|
|
Loading…
Add table
Reference in a new issue