Summary: | x11-wm/wmconfig port update | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | T. S. <net> | ||||||
Component: | Individual Port(s) | Assignee: | Antoine Brodin <antoine> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | ||||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
T. S.
2013-09-24 18:50:00 UTC
Sorry, the local proxy cache gave the wrong .bz2 archive. The attached patch has the correct checksum and size. Responsible Changed From-To: freebsd-ports-bugs->antoine Take Author: antoine Date: Tue Oct 8 19:09:06 2013 New Revision: 329824 URL: http://svnweb.freebsd.org/changeset/ports/329824 Log: - Update to 1.4.1 - Convert to STAGEDIR and OPTIONS helpers PR: ports/182352 Submitted by: Tommy Scheunemann (maintainer) Modified: head/x11-wm/wmconfig/Makefile head/x11-wm/wmconfig/distinfo head/x11-wm/wmconfig/pkg-plist Modified: head/x11-wm/wmconfig/Makefile ============================================================================== --- head/x11-wm/wmconfig/Makefile Tue Oct 8 18:55:37 2013 (r329823) +++ head/x11-wm/wmconfig/Makefile Tue Oct 8 19:09:06 2013 (r329824) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wmconfig -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= x11-wm MASTER_SITES= http://www.arrishq.net/files/ @@ -14,32 +14,22 @@ LICENSE= GPLv2 USE_BZIP2= yes GNU_CONFIGURE= yes -MAN1= wmconfig.1x - PORTDOCS= AUTHORS ChangeLog COPYING README TODO OPTIONS_DEFINE= NLS DOCS -NO_STAGE= yes -.include <bsd.port.options.mk> +OPTIONS_SUB= yes +NLS_CONFIGURE_ENABLE=nls +NLS_CPPFLAGS= -I${LOCALBASE}/include +NLS_LDFLAGS= -L${LOCALBASE}/lib +NLS_USES= gettext -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -CONFIGURE_ARGS+=--enable-nls -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif +.include <bsd.port.options.mk> post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} -.for i in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> Modified: head/x11-wm/wmconfig/distinfo ============================================================================== --- head/x11-wm/wmconfig/distinfo Tue Oct 8 18:55:37 2013 (r329823) +++ head/x11-wm/wmconfig/distinfo Tue Oct 8 19:09:06 2013 (r329824) @@ -1,2 +1,2 @@ -SHA256 (wmconfig-1.4.0.tar.bz2) = d723f5b7b9c3060883ce1c3165fc6efce2602f0f1aacecdf118042be65843e14 -SIZE (wmconfig-1.4.0.tar.bz2) = 226255 +SHA256 (wmconfig-1.4.1.tar.bz2) = 84577cc514a82798180c939625b20dfef595a746d61c70ed0cded7a348188b6f +SIZE (wmconfig-1.4.1.tar.bz2) = 232351 Modified: head/x11-wm/wmconfig/pkg-plist ============================================================================== --- head/x11-wm/wmconfig/pkg-plist Tue Oct 8 18:55:37 2013 (r329823) +++ head/x11-wm/wmconfig/pkg-plist Tue Oct 8 19:09:06 2013 (r329824) @@ -17,6 +17,7 @@ etc/wmconfig/Shells etc/wmconfig/System etc/wmconfig/Utilities @dirrm etc/wmconfig +man/man1/wmconfig.1x.gz %%NLS%%share/locale/de/LC_MESSAGES/wmconfig.mo %%NLS%%share/locale/fr/LC_MESSAGES/wmconfig.mo %%NLS%%share/locale/ru/LC_MESSAGES/wmconfig.mo _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Port updated, thanks! |