From nemysis@gmx.ch  Fri Dec 28 00:18:03 2012
Return-Path: <nemysis@gmx.ch>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 1FC189FD
	for <freebsd-gnats-submit@freebsd.org>; Fri, 28 Dec 2012 00:18:03 +0000 (UTC)
	(envelope-from nemysis@gmx.ch)
Received: from mout.gmx.net (mout.gmx.net [212.227.15.19])
	by mx1.freebsd.org (Postfix) with ESMTP id A2C798FC08
	for <freebsd-gnats-submit@freebsd.org>; Fri, 28 Dec 2012 00:18:02 +0000 (UTC)
Received: from mailout-de.gmx.net ([10.1.76.35]) by mrigmx.server.lan
 (mrigmx002) with ESMTP (Nemesis) id 0M84Qp-1StGmT0bTt-00vjbw for
 <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Dec 2012 01:17:56 +0100
Received: (qmail invoked by alias); 28 Dec 2012 00:17:55 -0000
Received: from 226-42.104-92.cust.bluewin.ch (EHLO something.email.com) [92.104.42.226]
  by mail.gmx.net (mp035) with SMTP; 28 Dec 2012 01:17:55 +0100
Received: by something.email.com (sSMTP sendmail emulation); Fri, 28 Dec 2012 01:17:54 +0100
Message-Id: <20121228001803.1FC189FD@hub.freebsd.org>
Date: Fri, 28 Dec 2012 01:17:54 +0100
From: nemysis <nemysis@gmx.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] x11-toolkits/libsexy: Master and WWW site change, added License, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         174754
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/libsexy: Master and WWW site change, added License, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tota
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 28 00:20:00 UTC 2012
>Closed-Date:    Sat Dec 29 10:02:10 UTC 2012
>Last-Modified:  Sat Dec 29 10:02:10 UTC 2012
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:

- Take maintainership

Makefile changed:
+MASTER_SITES=
+LICENSE=	LGPL21

Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:

portlint -A
looks usual.

port test: clean

>Fix:

--- libsexy-0.1.11_6.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/libsexy/Makefile ./Makefile
--- /usr/ports/x11-toolkits/libsexy/Makefile	2012-12-05 00:42:54.000000000 +0100
+++ ./Makefile	2012-12-28 01:09:04.000000000 +0100
@@ -9,12 +9,13 @@
 PORTVERSION=	0.1.11
 PORTREVISION=	6
 CATEGORIES=	x11-toolkits devel
-MASTER_SITES=	http://freebsd.unixfreunde.de/sources/ \
-		http://releases.chipx86.com/libsexy/libsexy/
+MASTER_SITES=	http://releases.chipx86.com/libsexy/libsexy/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	nemysis@gmx.ch
 COMMENT=	Extension widgets for GTK+
 
+LICENSE=	LGPL21
+
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
 LIB_DEPENDS=	enchant:${PORTSDIR}/textproc/enchant
 RUN_DEPENDS:=	${BUILD_DEPENDS}
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/libsexy/pkg-descr ./pkg-descr
--- /usr/ports/x11-toolkits/libsexy/pkg-descr	2012-12-05 00:42:54.000000000 +0100
+++ ./pkg-descr	2012-12-28 00:57:01.000000000 +0100
@@ -4,4 +4,4 @@
 support for inline icons, spell checking (via Enchant), embedded hyperlinks,
 and more.
 
-WWW: http://www.chipx86.com/w/index.php/Libsexy
+WWW: http://releases.chipx86.com/libsexy/libsexy/
--- libsexy-0.1.11_6.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tota 
Responsible-Changed-By: tota 
Responsible-Changed-When: Sat Dec 29 09:49:10 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174754 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/174754: commit references a PR
Date: Sat, 29 Dec 2012 09:58:39 +0000 (UTC)

 Author: tota
 Date: Sat Dec 29 09:58:25 2012
 New Revision: 309614
 URL: http://svnweb.freebsd.org/changeset/ports/309614
 
 Log:
   - Update MASTER_SITES and WWW: line in pkg-descr
   - Add LICENSE
   - Pass maintainership to submitter
   - Convert to new Makefile header
   
   PR:		ports/174754 (based on)
   Submitted by:	nemysis <nemysis_AT_gmx_DOT_ch>
 
 Modified:
   head/x11-toolkits/libsexy/Makefile
   head/x11-toolkits/libsexy/pkg-descr
 
 Modified: head/x11-toolkits/libsexy/Makefile
 ==============================================================================
 --- head/x11-toolkits/libsexy/Makefile	Sat Dec 29 07:01:11 2012	(r309613)
 +++ head/x11-toolkits/libsexy/Makefile	Sat Dec 29 09:58:25 2012	(r309614)
 @@ -1,20 +1,17 @@
 -# New ports collection makefile for:	libsexy
 -# Date created:				2005-11-06
 -# Whom:					Andreas Kohn <andreas@syndrom23.de>
 -#
 +# Created by: Andreas Kohn <andreas@syndrom23.de>
  # $FreeBSD$
 -#
  
  PORTNAME=	libsexy
  PORTVERSION=	0.1.11
  PORTREVISION=	6
  CATEGORIES=	x11-toolkits devel
 -MASTER_SITES=	http://freebsd.unixfreunde.de/sources/ \
 -		http://releases.chipx86.com/libsexy/libsexy/
 +MASTER_SITES=	http://releases.chipx86.com/libsexy/libsexy/
  
 -MAINTAINER=	ports@FreeBSD.org
 +MAINTAINER=	nemysis@gmx.ch
  COMMENT=	Extension widgets for GTK+
  
 +LICENSE=	LGPL21
 +
  BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
  LIB_DEPENDS=	enchant:${PORTSDIR}/textproc/enchant
  RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 Modified: head/x11-toolkits/libsexy/pkg-descr
 ==============================================================================
 --- head/x11-toolkits/libsexy/pkg-descr	Sat Dec 29 07:01:11 2012	(r309613)
 +++ head/x11-toolkits/libsexy/pkg-descr	Sat Dec 29 09:58:25 2012	(r309614)
 @@ -4,4 +4,4 @@ working around the limitations of the wi
  support for inline icons, spell checking (via Enchant), embedded hyperlinks,
  and more.
  
 -WWW: http://www.chipx86.com/w/index.php/Libsexy
 +WWW: http://releases.chipx86.com/libsexy/libsexy/
 _______________________________________________
 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 
State-Changed-By: tota 
State-Changed-When: Sat Dec 29 10:01:11 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174754 
>Unformatted:
