svn commit: r307594 - in head: archivers/tardy devel/fhist sysutils/vii
Emanuel Haupt
ehaupt at FreeBSD.org
Tue Nov 20 17:57:26 UTC 2012
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 at freebsd.org>
-#
+# Created by: <jkoshy at 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 at critical.ch>
-#
+# Created by: Emanuel Haupt <ehaupt at 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
More information about the svn-ports-all
mailing list