Date: Tue, 20 Nov 2012 17:57:25 +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: r307594 - in head: archivers/tardy devel/fhist sysutils/vii Message-ID: <201211201757.qAKHvPYo067133@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Tue Nov 20 17:57:25 2012 New Revision: 307594 URL: http://svnweb.freebsd.org/changeset/ports/307594 Log: Chase libexplain update Feature safe: yes Modified: head/archivers/tardy/Makefile head/devel/fhist/Makefile head/sysutils/vii/Makefile Modified: head/archivers/tardy/Makefile ============================================================================== --- head/archivers/tardy/Makefile Tue Nov 20 17:53:11 2012 (r307593) +++ head/archivers/tardy/Makefile Tue Nov 20 17:57:25 2012 (r307594) @@ -1,13 +1,10 @@ -# Ports collection makefile for: tardy -# Date created: Jan 14, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= tardy PORTVERSION= 1.26 DISTVERSIONSUFFIX= .D001 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= SF/tardy/${PORTVERSION}/ Modified: head/devel/fhist/Makefile ============================================================================== --- head/devel/fhist/Makefile Tue Nov 20 17:53:11 2012 (r307593) +++ head/devel/fhist/Makefile Tue Nov 20 17:57:25 2012 (r307594) @@ -1,13 +1,10 @@ -# New ports collection makefile for: fhist -# Date created: Jan 05 2000 -# Whom: <jkoshy@freebsd.org> -# +# Created by: <jkoshy@freebsd.org> # $FreeBSD$ -# PORTNAME= fhist PORTVERSION= 1.21 DISTVERSIONSUFFIX= .D001 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} @@ -16,7 +13,7 @@ COMMENT= Utilities to maintain file hist LICENSE= GPLv3 -LIB_DEPENDS= explain.45:${PORTSDIR}/devel/libexplain +LIB_DEPENDS= explain:${PORTSDIR}/devel/libexplain OPTIONS_DEFINE= NLS Modified: head/sysutils/vii/Makefile ============================================================================== --- head/sysutils/vii/Makefile Tue Nov 20 17:53:11 2012 (r307593) +++ head/sysutils/vii/Makefile Tue Nov 20 17:57:25 2012 (r307594) @@ -1,12 +1,9 @@ -# New ports collection makefile for: vii -# Date created: 12 Aug 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= vii PORTVERSION= 4.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://vii.sourceforge.net/ \ CRITICAL @@ -16,7 +13,7 @@ COMMENT= Execute a command repeatedly an LICENSE= GPLv2 -LIB_DEPENDS= explain.45:${PORTSDIR}/devel/libexplain +LIB_DEPENDS= explain:${PORTSDIR}/devel/libexplain GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211201757.qAKHvPYo067133>