Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163331176
D10851.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D10851.id.diff
View Options
Index: head/net/rsync/Makefile
===================================================================
--- head/net/rsync/Makefile
+++ head/net/rsync/Makefile
@@ -4,7 +4,7 @@
PORTNAME= rsync
PORTVERSION= 3.1.2
CATEGORIES= net ipv6
-PORTREVISION= 6
+PORTREVISION= 7
MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \
ftp://ftp.samba.org/pub/rsync/ \
ftp://ftp.sunet.se/pub/unix/admin/rsync/ \
@@ -18,7 +18,8 @@
LICENSE= GPLv3
-USES= cpe
+USES= cpe shebangfix
+SHEBANG_FILES= support/rrsync
CPE_VENDOR= samba
CPE_PRODUCT= rsync
@@ -101,11 +102,13 @@
@${REINPLACE_CMD} -e 's|perl.*|${DO_NADA}|' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's:/etc/:${ETCDIR}/:g' \
${WRKSRC}/rsync.h ${WRKSRC}/rsync.1 ${WRKSRC}/rsyncd.conf.5
+ @${REINPLACE_CMD} -e 's|/usr/bin/rsync|${PREFIX}/bin/rsync|g' ${WRKSRC}/support/rrsync
post-install:
@${MKDIR} ${STAGEDIR}${ETCDIR}
${INSTALL_DATA} ${FILESDIR}/rsyncd.conf.sample ${STAGEDIR}${ETCDIR}/
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_SCRIPT} ${WRKSRC}/support/rrsync ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.post.mk>
Index: head/net/rsync/pkg-plist
===================================================================
--- head/net/rsync/pkg-plist
+++ head/net/rsync/pkg-plist
@@ -1,4 +1,5 @@
bin/rsync
+sbin/rrsync
man/man1/rsync.1.gz
man/man5/rsyncd.conf.5.gz
@sample %%ETCDIR%%/rsyncd.conf.sample
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 23, 4:40 AM (3 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35392405
Default Alt Text
D10851.id.diff (1 KB)
Attached To
Mode
D10851: Include rrsync with net/rsync
Attached
Detach File
Event Timeline
Log In to Comment