From 036476503e3ce0de233933dc31fc72bc5ed91f51 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Fri, 31 May 2013 14:50:13 +0000 Subject: Update to 1.27 --- archivers/tardy/Makefile | 9 +++++---- 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 -- cgit