Bug 178564 - 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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-13 11:40 UTC by T. S.
Modified: 2013-05-15 05:50 UTC (History)
0 users

See Also:


Attachments
logs (1.68 KB, text/plain)
2013-05-13 11:40 UTC, T. S.
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description T. S. 2013-05-13 11:35:19 UTC
>Number:         178564
>Category:       ports
>Synopsis:       x11-wm/wmconfig port update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 13 10:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Tommy Scheunemann
>Release:        FreeBSD 9.1-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD deimos.arrishq.local 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Wed May 11 11:36:46 CET 2013 root@deioms.arrishq.local:/usr/obj/usr/src/sys/DEIMOS i386

>Description:
	Update to version 1.3.9 of x11-wm/wmconfig port - Clang compatibility

>How-To-Repeat:

>Fix:
--- logs begins here ---
diff -ruN wmconfig_old/Makefile wmconfig/Makefile
--- wmconfig_old/Makefile	2013-05-13 08:51:24.000000000 +0200
+++ wmconfig/Makefile	2013-05-13 12:25:59.000000000 +0200
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wmconfig
-PORTVERSION=	1.3.8
+PORTVERSION=	1.3.9
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://www.arrishq.net/files/
 
diff -ruN wmconfig_old/distinfo wmconfig/distinfo
--- wmconfig_old/distinfo	2013-03-22 19:36:35.000000000 +0100
+++ wmconfig/distinfo	2013-05-13 12:26:29.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (wmconfig-1.3.8.tar.bz2) = 7b284ccbf664416ceef9d34095fe97794730eab6345922cc9e6a62f5c3551e5f
-SIZE (wmconfig-1.3.8.tar.bz2) = 222738
+SHA256 (wmconfig-1.3.9.tar.bz2) = f6760d52bb8e4892f7f188b131c4674fdea196e1aa68f4f49854271e78291b92
+SIZE (wmconfig-1.3.9.tar.bz2) = 222609
diff -ruN wmconfig_old/files/patch-package.c wmconfig/files/patch-package.c
--- wmconfig_old/files/patch-package.c	2013-05-11 10:38:53.000000000 +0200
+++ wmconfig/files/patch-package.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,26 +0,0 @@
---- ./package.c.orig	2013-05-10 21:55:40.000000000 +0200
-+++ ./package.c	2013-05-10 21:56:27.000000000 +0200
-@@ -228,17 +228,18 @@
-     return;
- }
- 
-+static char *w_getenv(const char *envname) {
-+	char *envvalue;
-+	if (! (envvalue = getenv (envname) )) return 0;
-+	return strdup(envvalue);
-+}
-+
- /*
-  * Mark packages, which are deemed not to exist, to be skipped.
-  */
- 
- static int package_exists(struct package *pkg)
- {
--	char *w_getenv(const char *envname) {
--		char *envvalue;
--		if (! (envvalue = getenv (envname) )) return 0;
--		return strdup(envvalue);
--	}
-         char *buf, *cmd, *p, *b, *c;
-         char *PATH = w_getenv("PATH");
-         int len;
--- logs ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
freebsd-ports-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"
Comment 1 T. S. 2013-05-13 11:40:00 UTC
	Update to version 1.3.9 of x11-wm/wmconfig port - Clang compatibility
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-05-14 20:09:18 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-14 20:09:28 UTC
Author: rakuco
Date: Tue May 14 19:09:12 2013
New Revision: 318187
URL: http://svnweb.freebsd.org/changeset/ports/318187

Log:
  Update to 1.3.9.
  
  PR:		ports/178564
  Submitted by:	Tommy Scheunemann <net@arrishq.net> (maintainer)

Deleted:
  head/x11-wm/wmconfig/files/
Modified:
  head/x11-wm/wmconfig/Makefile
  head/x11-wm/wmconfig/distinfo

Modified: head/x11-wm/wmconfig/Makefile
==============================================================================
--- head/x11-wm/wmconfig/Makefile	Tue May 14 19:04:10 2013	(r318186)
+++ head/x11-wm/wmconfig/Makefile	Tue May 14 19:09:12 2013	(r318187)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wmconfig
-PORTVERSION=	1.3.8
+PORTVERSION=	1.3.9
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://www.arrishq.net/files/
 

Modified: head/x11-wm/wmconfig/distinfo
==============================================================================
--- head/x11-wm/wmconfig/distinfo	Tue May 14 19:04:10 2013	(r318186)
+++ head/x11-wm/wmconfig/distinfo	Tue May 14 19:09:12 2013	(r318187)
@@ -1,2 +1,2 @@
-SHA256 (wmconfig-1.3.8.tar.bz2) = 7b284ccbf664416ceef9d34095fe97794730eab6345922cc9e6a62f5c3551e5f
-SIZE (wmconfig-1.3.8.tar.bz2) = 222738
+SHA256 (wmconfig-1.3.9.tar.bz2) = f6760d52bb8e4892f7f188b131c4674fdea196e1aa68f4f49854271e78291b92
+SIZE (wmconfig-1.3.9.tar.bz2) = 222609
_______________________________________________
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"