From owner-svn-ports-all@FreeBSD.ORG Tue Jul 17 21:11:23 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE5B0106566B; Tue, 17 Jul 2012 21:11:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7FC8E8FC0C; Tue, 17 Jul 2012 21:11:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6HLBNoX095912; Tue, 17 Jul 2012 21:11:23 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6HLBNVV095909; Tue, 17 Jul 2012 21:11:23 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201207172111.q6HLBNVV095909@svn.freebsd.org> From: Emanuel Haupt Date: Tue, 17 Jul 2012 21:11:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301041 - in head/archivers/tardy: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2012 21:11:23 -0000 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@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 + +.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 +.include 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