Bug 182352 - x11-wm/wmconfig port update
Summary: x11-wm/wmconfig port update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Antoine Brodin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-24 18:50 UTC by net
Modified: 2013-10-08 20:10 UTC (History)
0 users

See Also:


Attachments
logs (1.09 KB, text/plain)
2013-09-24 18:50 UTC, net
no flags Details
log (1.12 KB, TEXT/PLAIN; charset=US-ASCII)
2013-09-25 10:07 UTC, net
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description net 2013-09-24 18:50:00 UTC
Update to version 1.4.1 for x11-wm/wmconfig port
Comment 1 net 2013-09-25 10:07:15 UTC
Sorry,

the local proxy cache gave the wrong .bz2 archive. The attached patch has 
the correct checksum and size.
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2013-10-08 19:51:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->antoine

Take
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-10-08 20:09:15 UTC
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"
Comment 4 Antoine Brodin freebsd_committer freebsd_triage 2013-10-08 20:10:28 UTC
State Changed
From-To: open->closed

Port updated, thanks!