upgrade to 0.4.5
This commit is contained in:
parent
9d453258b6
commit
76e7d76242
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17146
4 changed files with 15 additions and 11 deletions
|
@ -1,25 +1,21 @@
|
|||
# New ports collection makefile for: sitecopy
|
||||
# Version required: 0.4.0
|
||||
# Version required: 0.4.*
|
||||
# Date created: 15 January 1999
|
||||
# Whom: nik
|
||||
#
|
||||
# $Id: Makefile,v 1.3 1999/02/24 21:45:33 nik Exp $
|
||||
# $Id: Makefile,v 1.4 1999/02/28 21:46:11 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= sitecopy-0.4.0
|
||||
DISTNAME= sitecopy-0.4.5
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.lyra.org/sitecopy/
|
||||
|
||||
MAINTAINER= nik@FreeBSD.ORG
|
||||
|
||||
USE_GMAKE= yes
|
||||
FETCH_BEFORE_ARGS= -b
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= sitecopy
|
||||
|
||||
MAN1= sitecopy.1
|
||||
MANCOMPRESSED= no
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/sitecopy ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/sitecopy.1 ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (sitecopy-0.4.0.tar.gz) = 2d42f639690ffa5e16db89b3704913f5
|
||||
MD5 (sitecopy-0.4.5.tar.gz) = 1c28b8923713cc698d661faf3bbde352
|
||||
|
|
|
@ -1 +1 @@
|
|||
Maintains remote websites, uses FTP to sync up with local copy
|
||||
Maintains remote websites, uses FTP or WebDAV to sync up with local copy
|
||||
|
|
|
@ -1 +1,9 @@
|
|||
bin/sitecopy
|
||||
share/sitecopy/changes.awk
|
||||
share/doc/sitecopy/AUTHORS
|
||||
share/doc/sitecopy/COPYING
|
||||
share/doc/sitecopy/ChangeLog
|
||||
share/doc/sitecopy/README
|
||||
share/doc/sitecopy/RELEASE
|
||||
share/doc/sitecopy/examplerc
|
||||
@unexec rm -f %D/share/doc/sitecopy
|
||||
|
|
Loading…
Reference in a new issue