Date: Fri, 31 May 2013 14:50:13 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319507 - head/archivers/tardy Message-ID: <201305311450.r4VEoDYt030843@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Fri May 31 14:50:13 2013 New Revision: 319507 URL: http://svnweb.freebsd.org/changeset/ports/319507 Log: Update to 1.27 Modified: head/archivers/tardy/Makefile head/archivers/tardy/distinfo Modified: head/archivers/tardy/Makefile ============================================================================== --- head/archivers/tardy/Makefile Fri May 31 14:46:48 2013 (r319506) +++ head/archivers/tardy/Makefile Fri May 31 14:50:13 2013 (r319507) @@ -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}/archive 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: Modified: head/archivers/tardy/distinfo ============================================================================== --- head/archivers/tardy/distinfo Fri May 31 14:46:48 2013 (r319506) +++ head/archivers/tardy/distinfo Fri May 31 14:50:13 2013 (r319507) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305311450.r4VEoDYt030843>