From owner-svn-ports-all@FreeBSD.ORG Sun Dec 22 00:23:56 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 580B28F; Sun, 22 Dec 2013 00:23:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 37F281E9F; Sun, 22 Dec 2013 00:23:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBM0NulS081419; Sun, 22 Dec 2013 00:23:56 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBM0NtfV081416; Sun, 22 Dec 2013 00:23:55 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201312220023.rBM0NtfV081416@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sun, 22 Dec 2013 00:23:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337170 - 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-all@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 22 Dec 2013 00:23:56 -0000 Author: danilo Date: Sun Dec 22 00:23:55 2013 New Revision: 337170 URL: http://svnweb.freebsd.org/changeset/ports/337170 Log: - Bump PORTREVISION devel/fhist: - Add stage support - Convert LIB_DEPENDS to new syntax Modified: head/archivers/tardy/Makefile head/devel/fhist/Makefile head/sysutils/vii/Makefile Modified: head/archivers/tardy/Makefile ============================================================================== --- head/archivers/tardy/Makefile Sun Dec 22 00:21:49 2013 (r337169) +++ head/archivers/tardy/Makefile Sun Dec 22 00:23:55 2013 (r337170) @@ -4,6 +4,7 @@ PORTNAME= tardy PORTVERSION= 1.28 DISTVERSIONSUFFIX= .D001.orig +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= SF/tardy/${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX} Modified: head/devel/fhist/Makefile ============================================================================== --- head/devel/fhist/Makefile Sun Dec 22 00:21:49 2013 (r337169) +++ head/devel/fhist/Makefile Sun Dec 22 00:23:55 2013 (r337170) @@ -4,7 +4,7 @@ PORTNAME= fhist PORTVERSION= 1.21 DISTVERSIONSUFFIX= .D001 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} @@ -13,7 +13,7 @@ COMMENT= Utilities to maintain file hist LICENSE= GPLv3 -LIB_DEPENDS= explain:${PORTSDIR}/devel/libexplain +LIB_DEPENDS= libexplain.so:${PORTSDIR}/devel/libexplain OPTIONS_DEFINE= NLS @@ -28,10 +28,10 @@ MAKE_JOBS_UNSAFE=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= fcomp.1 fhist.1 fmerge.1 -PLIST_FILES= bin/fcomp bin/fhist bin/fmerge +PLIST_FILES= bin/fcomp bin/fhist bin/fmerge \ + man/man1/fcomp.1.gz man/man1/fhist.1.gz \ + man/man1/fmerge.1.gz -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} @@ -53,12 +53,12 @@ post-build: do-install: .for file in fcomp fhist fmerge - ${INSTALL_PROGRAM} ${WRKSRC}/bin/${file} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/lib/en/man1/${file}.1 ${MANPREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/bin/${file} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/lib/en/man1/${file}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .if ${PORT_OPTIONS:MNLS} - @${MKDIR} ${PREFIX}/share/locale/en/LC_MESSAGES + @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/en/LC_MESSAGES ${INSTALL_DATA} ${WRKSRC}/lib/en/LC_MESSAGES/${file}.mo \ - ${PREFIX}/share/locale/en/LC_MESSAGES + ${STAGEDIR}${PREFIX}/share/locale/en/LC_MESSAGES .endif .endfor Modified: head/sysutils/vii/Makefile ============================================================================== --- head/sysutils/vii/Makefile Sun Dec 22 00:21:49 2013 (r337169) +++ head/sysutils/vii/Makefile Sun Dec 22 00:23:55 2013 (r337170) @@ -3,7 +3,7 @@ PORTNAME= vii PORTVERSION= 4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://vii.sourceforge.net/ \ CRITICAL