update reposync
This commit is contained in:
parent
f38a92659a
commit
81ca6b3195
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2019/12/09 14:50:06 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2019/12/12 16:34:19 sthen Exp $
|
||||
|
||||
COMMENT= script to update an OpenBSD CVS repository via rsync
|
||||
|
||||
DISTNAME= reposync-0.16
|
||||
DISTNAME= reposync-20191212
|
||||
|
||||
CATEGORIES= sysutils devel
|
||||
PKG_ARCH= *
|
||||
@ -25,8 +25,10 @@ do-configure:
|
||||
${WRKSRC}/reposync{,.1}
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}; ${INSTALL_SCRIPT} reposync ${PREFIX}/bin/reposync; \
|
||||
${INSTALL_MAN} reposync.1 ${PREFIX}/man/man1/reposync.1
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/reposync/
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/reposync ${PREFIX}/bin/reposync
|
||||
${INSTALL_MAN} ${WRKSRC}/reposync.1 ${PREFIX}/man/man1/reposync.1
|
||||
${INSTALL_DATA} ${WRKSRC}/ssh_known_hosts ${PREFIX}/share/examples/reposync/
|
||||
|
||||
do-test:
|
||||
ksh -n ${WRKSRC}/reposync
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (reposync-0.16.tar.gz) = p99PSDfQz++VpVIus5HkIyv2F/2SX4TwMDfnoER7qHo=
|
||||
SIZE (reposync-0.16.tar.gz) = 3133
|
||||
SHA256 (reposync-20191212.tar.gz) = Jar603PQmto/g2xrT8OF/ENdzugvNtqwlKyit2GFw7k=
|
||||
SIZE (reposync-20191212.tar.gz) = 3869
|
||||
|
@ -1,3 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2019/11/08 14:03:43 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2019/12/12 16:34:19 sthen Exp $
|
||||
bin/reposync
|
||||
@man man/man1/reposync.1
|
||||
share/examples/reposync/
|
||||
share/examples/reposync/ssh_known_hosts
|
||||
|
Loading…
x
Reference in New Issue
Block a user