From owner-svn-ports-head@FreeBSD.ORG Tue Nov 20 17:57:26 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C1E5153; Tue, 20 Nov 2012 17:57:26 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0771E8FC12; Tue, 20 Nov 2012 17:57:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAKHvPT8067136; Tue, 20 Nov 2012 17:57:25 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAKHvPYo067133; Tue, 20 Nov 2012 17:57:25 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201211201757.qAKHvPYo067133@svn.freebsd.org> From: Emanuel Haupt Date: Tue, 20 Nov 2012 17:57:25 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2012 17:57:26 -0000 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: -# +# Created by: # $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 -# +# Created by: Emanuel Haupt # $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