mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.5.
- Update MASTER_SITES. - Makefile cleanup. PR: ports/119967 Submitted by: lippe (myself) Approved by: gabor (mentor), maintainer timeout (> 2 weeks)
This commit is contained in:
parent
33ce0f99e9
commit
6ec0b11bf1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209154
2 changed files with 13 additions and 26 deletions
|
@ -6,41 +6,28 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= zsync
|
PORTNAME= zsync
|
||||||
PORTVERSION= 0.4.2
|
PORTVERSION= 0.5
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= http://zsync.moria.org.uk/download/
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
||||||
|
|
||||||
MAINTAINER= gordon@FreeBSD.org
|
MAINTAINER= gordon@FreeBSD.org
|
||||||
COMMENT= A file transfer program
|
COMMENT= A file transfer program
|
||||||
|
|
||||||
|
USE_BZIP2= yes
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
PLIST_FILES= bin/zsync \
|
PLIST_FILES= bin/zsync \
|
||||||
bin/zsyncmake
|
bin/zsyncmake
|
||||||
|
BINS= zsync zsyncmake
|
||||||
.if !defined(NOPORTDOCS)
|
PORTDOCS= COPYING INSTALL NEWS README
|
||||||
PORTDOCS= COPYING \
|
|
||||||
README
|
|
||||||
.endif
|
|
||||||
|
|
||||||
MAN1= zsync.1 \
|
MAN1= zsync.1 \
|
||||||
zsyncmake.1
|
zsyncmake.1
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
.for FILE in zsync zsyncmake
|
${INSTALL_PROGRAM} ${BINS:S,^,${WRKSRC}/,} ${PREFIX}/bin
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/${FILE} ${PREFIX}/bin
|
${INSTALL_MAN} ${MAN1:S,^,${WRKSRC}/doc/,} ${MAN1PREFIX}/man/man1
|
||||||
.endfor
|
|
||||||
|
|
||||||
.for FILE in ${MAN1}
|
|
||||||
${INSTALL_MAN} ${WRKSRC}/doc/${FILE} ${MAN1PREFIX}/man/man1
|
|
||||||
.endfor
|
|
||||||
|
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
.for FILE in ${PORTDOCS}
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
|
|
||||||
.endfor
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (zsync-0.4.2.tar.gz) = f9891b412717a18805ea19211bdf1407
|
MD5 (zsync-0.5.tar.bz2) = 08beaf3fa95f16d8a2db2f7f3ea21196
|
||||||
SHA256 (zsync-0.4.2.tar.gz) = d296407457a3ddc3aa7aba61e6a463668fe4a8e1a9bc8d795d852fd17558460b
|
SHA256 (zsync-0.5.tar.bz2) = f977dab7c02dac648db9f3ed00c4bce9d4a366a5e5a9eea69c2e52192eab075b
|
||||||
SIZE (zsync-0.4.2.tar.gz) = 243783
|
SIZE (zsync-0.5.tar.bz2) = 188970
|
||||||
|
|
Loading…
Add table
Reference in a new issue