svn commit: r301041 - in head/archivers/tardy: . files
Emanuel Haupt
ehaupt at FreeBSD.org
Tue Jul 17 21:11:23 UTC 2012
Author: ehaupt
Date: Tue Jul 17 21:11:22 2012
New Revision: 301041
URL: http://svn.freebsd.org/changeset/ports/301041
Log:
Update to 1.26
Deleted:
head/archivers/tardy/files/
Modified:
head/archivers/tardy/Makefile
head/archivers/tardy/distinfo
Modified: head/archivers/tardy/Makefile
==============================================================================
--- head/archivers/tardy/Makefile Tue Jul 17 21:04:27 2012 (r301040)
+++ head/archivers/tardy/Makefile Tue Jul 17 21:11:22 2012 (r301041)
@@ -6,9 +6,10 @@
#
PORTNAME= tardy
-PORTVERSION= 1.25
+PORTVERSION= 1.26
+DISTVERSIONSUFFIX= .D001
CATEGORIES= archivers
-MASTER_SITES= CRITICAL
+MASTER_SITES= SF/tardy/${PORTVERSION}/
MAINTAINER= ehaupt at FreeBSD.org
COMMENT= Manipulate the file headers in tar archive files in various ways
@@ -17,7 +18,7 @@ LICENSE= GPLv3
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs \
${LOCALBASE}/include/libiberty/libiberty.h:${PORTSDIR}/devel/gnulibiberty
-LIB_DEPENDS= explain.45:${PORTSDIR}/devel/libexplain
+LIB_DEPENDS= explain:${PORTSDIR}/devel/libexplain
GNU_CONFIGURE= yes
@@ -29,6 +30,14 @@ LDFLAGS+= -L${LOCALBASE}/lib
MAN1= tardy.1
PLIST_FILES= bin/tardy
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012)
+BUILD_DEPENDS+= lzma:${PORTSDIR}/archivers/xz
+.endif
+
post-patch:
.for var in CFLAGS LDFLAGS
@${REINPLACE_CMD} -e 's|^\(${var}\)\ =\ \(.*\)|\1 ?= \2|' \
@@ -39,4 +48,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/man1/${MAN1} ${MANPREFIX}/man/man1
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
Modified: head/archivers/tardy/distinfo
==============================================================================
--- head/archivers/tardy/distinfo Tue Jul 17 21:04:27 2012 (r301040)
+++ head/archivers/tardy/distinfo Tue Jul 17 21:11:22 2012 (r301041)
@@ -1,2 +1,2 @@
-SHA256 (tardy-1.25.tar.gz) = 8ae113b1d10d7e645f1f6a4ebf2bc31b37cae7871b057a275aa787288ce60bb0
-SIZE (tardy-1.25.tar.gz) = 1834343
+SHA256 (tardy-1.26.D001.tar.gz) = 938ef85ba49bb4a2364b5f69495b75323d1753a7ec0c725a3ff7321910135bdc
+SIZE (tardy-1.26.D001.tar.gz) = 1843670
More information about the svn-ports-head
mailing list