diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-11-20 17:57:25 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-11-20 17:57:25 +0000 |
commit | e386bedbcdd7b3effbf66e90f4f6d36ccab6b869 (patch) | |
tree | eff39d0f7c8e7ea3f7e46c517b53ab4f6049db60 | |
parent | 94a70f0e74748f3a47cf4a70a4288891a5d33f27 (diff) | |
download | ports-e386bedbcdd7b3effbf66e90f4f6d36ccab6b869.tar.gz ports-e386bedbcdd7b3effbf66e90f4f6d36ccab6b869.zip |
Chase libexplain update
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=307594
-rw-r--r-- | archivers/tardy/Makefile | 7 | ||||
-rw-r--r-- | devel/fhist/Makefile | 9 | ||||
-rw-r--r-- | sysutils/vii/Makefile | 9 |
3 files changed, 8 insertions, 17 deletions
diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index 44747fb2f9da..ed53c8f3b4fd 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -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}/ diff --git a/devel/fhist/Makefile b/devel/fhist/Makefile index 35c2e3f31f1d..5544d51967bb 100644 --- a/devel/fhist/Makefile +++ b/devel/fhist/Makefile @@ -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 history, do file comparisons, and merges LICENSE= GPLv3 -LIB_DEPENDS= explain.45:${PORTSDIR}/devel/libexplain +LIB_DEPENDS= explain:${PORTSDIR}/devel/libexplain OPTIONS_DEFINE= NLS diff --git a/sysutils/vii/Makefile b/sysutils/vii/Makefile index 0a9ded8a1b0a..39b03fb15dca 100644 --- a/sysutils/vii/Makefile +++ b/sysutils/vii/Makefile @@ -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 and scroll the output LICENSE= GPLv2 -LIB_DEPENDS= explain.45:${PORTSDIR}/devel/libexplain +LIB_DEPENDS= explain:${PORTSDIR}/devel/libexplain GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes |