diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-31 22:50:13 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-31 22:50:13 +0800 |
commit | 036476503e3ce0de233933dc31fc72bc5ed91f51 (patch) | |
tree | 0ca70523c3c36975b061a245846db00cc7ba4fc5 | |
parent | 66451a31458288295e07199d6d36d2525d4d320d (diff) | |
download | freebsd-ports-gnome-036476503e3ce0de233933dc31fc72bc5ed91f51.tar.gz freebsd-ports-gnome-036476503e3ce0de233933dc31fc72bc5ed91f51.tar.zst freebsd-ports-gnome-036476503e3ce0de233933dc31fc72bc5ed91f51.zip |
Update to 1.27
-rw-r--r-- | archivers/tardy/Makefile | 9 | ||||
-rw-r--r-- | archivers/tardy/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index 4f8cf079e007..6dffb800e504 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= tardy -PORTVERSION= 1.26 -DISTVERSIONSUFFIX= .D001 -PORTREVISION= 2 +PORTVERSION= 1.27 +DISTVERSIONSUFFIX= .D001.orig CATEGORIES= archivers MASTER_SITES= SF/tardy/${PORTVERSION}/ +DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Manipulate the file headers in tar archive files in various ways @@ -38,7 +38,8 @@ BUILD_DEPENDS+= lzma:${PORTSDIR}/archivers/xz post-patch: .for var in CFLAGS LDFLAGS @${REINPLACE_CMD} -e 's|^\(${var}\)\ =\ \(.*\)|\1 ?= \2|' \ - ${WRKSRC}/Makefile.in + -e '/ps2pdf/d' \ + ${WRKSRC}/Makefile.in .endfor do-install: diff --git a/archivers/tardy/distinfo b/archivers/tardy/distinfo index a0f8a855bb16..a410e5ab7a30 100644 --- a/archivers/tardy/distinfo +++ b/archivers/tardy/distinfo @@ -1,2 +1,2 @@ -SHA256 (tardy-1.26.D001.tar.gz) = 938ef85ba49bb4a2364b5f69495b75323d1753a7ec0c725a3ff7321910135bdc -SIZE (tardy-1.26.D001.tar.gz) = 1843670 +SHA256 (tardy_1.27.D001.orig.tar.gz) = 1ae66d0e3018920575f894175fb9fe04a72f3ca5e7adc333dc5ce8bbc6c7f80b +SIZE (tardy_1.27.D001.orig.tar.gz) = 1833736 |