Date: Sun, 22 Dec 2013 00:23:55 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> 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 Message-ID: <201312220023.rBM0NtfV081416@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> .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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312220023.rBM0NtfV081416>