Bug 175982 - [maintainer-update] update x11-wm/mcwm from 20111124 to 20130209
Summary: [maintainer-update] update x11-wm/mcwm from 20111124 to 20130209
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-09 12:30 UTC by jakub_lach
Modified: 2013-02-10 08:10 UTC (History)
0 users

See Also:


Attachments
file.diff (9.00 KB, patch)
2013-02-09 12:30 UTC, jakub_lach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jakub_lach 2013-02-09 12:30:00 UTC
Update to latest (for changes see NEWS), getting rid of patches.

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2013-02-10 08:01:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-10 08:01:27 UTC
Author: miwi
Date: Sun Feb 10 08:01:18 2013
New Revision: 312008
URL: http://svnweb.freebsd.org/changeset/ports/312008

Log:
  - Update to 20130209
  
  PR:		175982
  Submitted by:	maintainer

Deleted:
  head/x11-wm/mcwm/files/
Modified:
  head/x11-wm/mcwm/Makefile   (contents, props changed)
  head/x11-wm/mcwm/distinfo   (contents, props changed)

Modified: head/x11-wm/mcwm/Makefile
==============================================================================
--- head/x11-wm/mcwm/Makefile	Sun Feb 10 08:00:25 2013	(r312007)
+++ head/x11-wm/mcwm/Makefile	Sun Feb 10 08:01:18 2013	(r312008)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mcwm
-PORTVERSION=	20111124
-PORTREVISION=	2
+PORTVERSION=	20130209
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://hack.org/mc/hacks/mcwm/
 
@@ -22,8 +21,8 @@ MAKE_JOBS_SAFE=	yes
 USE_XORG=	x11 xrandr
 USE_BZIP2=	yes
 
-MAN1=		mcwm.1
-PLIST_FILES=	bin/mcwm
+MAN1=		mcwm.1 hidden.1
+PLIST_FILES=	bin/mcwm bin/hidden
 PORTDOCS=	README NEWS
 
 pre-everything::
@@ -35,8 +34,6 @@ post-extract:
 	@${ECHO_MSG} "creating config.h from ${MCWM_CONF}"
 	@${CP} ${MCWM_CONF} ${WRKSRC}/config.h
 .endif
-
-post-patch:
 	@${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \
 	    ${WRKSRC}/Makefile
 
@@ -44,6 +41,9 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \
 		${MAN1PREFIX}/man/man1/${PORTNAME}.1
+	${INSTALL_PROGRAM} ${WRKSRC}/hidden ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/hidden.man \
+		${MAN1PREFIX}/man/man1/hidden.1
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/mcwm/distinfo
==============================================================================
--- head/x11-wm/mcwm/distinfo	Sun Feb 10 08:00:25 2013	(r312007)
+++ head/x11-wm/mcwm/distinfo	Sun Feb 10 08:01:18 2013	(r312008)
@@ -1,2 +1,2 @@
-SHA256 (mcwm-20111124.tar.bz2) = 80b52eda2d881c2d0db347e764b8470acaea51c1307504d7836ee7f8de30b836
-SIZE (mcwm-20111124.tar.bz2) = 27982
+SHA256 (mcwm-20130209.tar.bz2) = ad32d729d61537e20fb17fdf1e31097869df844d13ab32de1c3f41cf9bb71fc2
+SIZE (mcwm-20130209.tar.bz2) = 31429
_______________________________________________
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"