-Update to 3.0.6

PR:		177926
Submitted by:	ports fury
This commit is contained in:
Martin Wilke 2013-05-10 06:37:38 +00:00
parent fd96f1fb63
commit 354164109c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317761
3 changed files with 20 additions and 42 deletions

View file

@ -1,51 +1,29 @@
# New ports collection makefile for: xdelta
# Date created: 01 April 2007
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
#
PORTNAME= xdelta
DISTVERSION= 3.0.0
PORTREVISION?= 1
PORTEPOCH?= 1
PORTVERSION= 3.0.6
PORTEPOCH= 1
CATEGORIES?= misc devel
MASTER_SITES= GOOGLE_CODE
DISTNAME= ${PORTNAME}${DISTVERSION}
DISTNAME= ${PORTNAME}3-${PORTVERSION}
MAINTAINER?= ports@FreeBSD.org
COMMENT?= Open-source binary diff, VCDIFF/RFC 3284 delta compression
MAINTAINER= ports@FreeBSD.org
COMMENT= Open-source binary diff, VCDIFF/RFC 3284 delta compression
USE_GMAKE= yes
PLIST_FILES?= bin/xdelta3
LICENSE= GPLv2 # (or later)
.include <bsd.port.pre.mk>
LATEST_LINK= xdelta3
.if ${ARCH} == "sparc64" && ${SLAVE_PORT:Myes}
BROKEN= Does not compile on sparc64
.endif
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
post-patch: master-post-patch
MAN1= xdelta3.1
PLIST_FILES= bin/xdelta3
master-post-patch: .SILENT
${REINPLACE_CMD} -e '/^CFLAGS/s/=/+&/' \
-e 's/-O3//; s/-g//' \
-e '/^all:/,/^$$/ { s/:.*/: xdelta3/; s/make/$$(MAKE)/; }' \
${WRKSRC}/Makefile
post-patch:
@${REINPLACE_CMD} -e \
'/_POSIX_/d ; \
/_C99_/d' ${WRKSRC}/xdelta3.h
.if ${SLAVE_PORT:Mno}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xdelta3 ${PREFIX}/bin/
.endif
.if !target(test)
test: build
${WRKSRC}/xdelta3 test
.endif
.if !target(regression-test)
regression-test: build
${WRKSRC}/testing/xdelta3-regtest
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (xdelta3.0.0.tar.gz) = dfe61aac8d6ab301be2f3aed561d15f95f30a270e25d179f7cf0bde010ada102
SIZE (xdelta3.0.0.tar.gz) = 282201
SHA256 (xdelta3-3.0.6.tar.gz) = b9a439c27c26e8397dd1b438a2fac710b561e0961fe75682230e6c8f69340da5
SIZE (xdelta3-3.0.6.tar.gz) = 495860

View file

@ -3,4 +3,4 @@ release version 3 supports VCDIFF encoding and decoding. This is a BETA
release, but almost stable. Supports compressing 64 bit files on
Windows, *nux, etc.
WWW: http://code.google.com/p/xdelta/
WWW: http://xdelta.org/