Bug 189910

Summary: [MAINTAINER][PATCH] Update x11-wm/ctwm to 3.8.2
Product: Ports & Packages Reporter: fullermd
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description fullermd 2014-05-18 14:00:00 UTC
	New upstream release.  Eliminate old patches, update website, add
	LICENSE.
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2014-05-20 20:31:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-20 20:35:27 UTC
Author: amdmi3
Date: Tue May 20 19:35:22 2014
New Revision: 354671
URL: http://svnweb.freebsd.org/changeset/ports/354671
QAT: https://qat.redports.org/buildarchive/r354671/

Log:
  - Update to 3.8.2
  - Update WWW and MASTER_SITES
  - Add LICENSE
  - Remove old patches
  
  PR:		189910
  Submitted by:	Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)

Deleted:
  head/x11-wm/ctwm/files/patch-Imakefile
  head/x11-wm/ctwm/files/patch-util.c
Modified:
  head/x11-wm/ctwm/Makefile
  head/x11-wm/ctwm/distinfo
  head/x11-wm/ctwm/pkg-descr

Modified: head/x11-wm/ctwm/Makefile
==============================================================================
--- head/x11-wm/ctwm/Makefile	Tue May 20 19:32:39 2014	(r354670)
+++ head/x11-wm/ctwm/Makefile	Tue May 20 19:35:22 2014	(r354671)
@@ -2,19 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	ctwm
-PORTVERSION=	3.8.1
-PORTREVISION=	1
+PORTVERSION=	3.8.2
 PORTEPOCH=	1
 CATEGORIES=	x11-wm
-MASTER_SITES=	http://ctwm.free.lp.se/dist/ \
+MASTER_SITES=	http://www.ctwm.org/dist/ \
 		http://distfiles.over-yonder.net/ctwm/
 
 MAINTAINER=	fullermd@over-yonder.net
 COMMENT=	Extension to twm, with support for multiple virtual screens, etc
 
+LICENSE=	MIT
+
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg
 
-USES=		imake
+USES=		imake tar:xz
 USE_XORG=	xpm xmu
 
 pre-configure:

Modified: head/x11-wm/ctwm/distinfo
==============================================================================
--- head/x11-wm/ctwm/distinfo	Tue May 20 19:32:39 2014	(r354670)
+++ head/x11-wm/ctwm/distinfo	Tue May 20 19:35:22 2014	(r354671)
@@ -1,2 +1,2 @@
-SHA256 (ctwm-3.8.1.tar.gz) = 293657511eaa3f0f147bae2f50ed3caf6bbaa64dd142dfdbd9d6576d89c6970d
-SIZE (ctwm-3.8.1.tar.gz) = 737958
+SHA256 (ctwm-3.8.2.tar.xz) = 574d67a8a69f2f1ebaa71aa40cc50667e814f74b51f5db8886e2def6a3e0900f
+SIZE (ctwm-3.8.2.tar.xz) = 549984

Modified: head/x11-wm/ctwm/pkg-descr
==============================================================================
--- head/x11-wm/ctwm/pkg-descr	Tue May 20 19:32:39 2014	(r354670)
+++ head/x11-wm/ctwm/pkg-descr	Tue May 20 19:35:22 2014	(r354671)
@@ -20,4 +20,4 @@ and pixmaps for the buttons and backgrou
         - Pinnable and sticky menus.
         - etc...
 
-WWW: http://ctwm.free.lp.se/
+WWW: http://www.ctwm.org/
_______________________________________________
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 3 Dmitry Marakasov freebsd_committer freebsd_triage 2014-05-20 20:35:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!