From nl@anthesphoria.net  Sat Jun  1 17:31:26 2013
Return-Path: <nl@anthesphoria.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id D02809AF
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  1 Jun 2013 17:31:26 +0000 (UTC)
	(envelope-from nl@anthesphoria.net)
Received: from anthesphoria.net (anthesphoria.net [204.109.61.206])
	by mx1.freebsd.org (Postfix) with ESMTP id 4C369891
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  1 Jun 2013 17:31:26 +0000 (UTC)
Received: from anthesphoria.net (localhost [127.0.0.1])
	by anthesphoria.net (8.14.6/8.14.6) with ESMTP id r51GmDOi045285
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 1 Jun 2013 20:48:13 +0400 (MSK)
	(envelope-from nl@anthesphoria.net)
Received: (from nl@localhost)
	by anthesphoria.net (8.14.6/8.14.6/Submit) id r51GmDfk045284;
	Sat, 1 Jun 2013 20:48:13 +0400 (MSK)
	(envelope-from nl)
Message-Id: <201306011648.r51GmDfk045284@anthesphoria.net>
Date: Sat, 1 Jun 2013 20:48:13 +0400 (MSK)
From: Nikola Lecic <nikola.lecic@anthesphoria.net>
Reply-To: Nikola Lecic <nikola.lecic@anthesphoria.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [Maintainer] devel/m17n-lib: update to 1.6.4
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         179178
>Category:       ports
>Synopsis:       [Maintainer] devel/m17n-lib: update to 1.6.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 01 17:40:00 UTC 2013
>Closed-Date:    Sun Jun 02 18:57:21 UTC 2013
>Last-Modified:  Sun Jun  2 19:00:01 UTC 2013
>Originator:     Nikola Lecic
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:

System: FreeBSD uranium 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64

>Description:

* update to 1.6.4
* new MASTER_SITES (Makefile)
* new project's home (pkg-descr)
* pet portlint

NOTE TO THE COMMITTER:
* please close ports/178652 after committing this patch

>How-To-Repeat:

>Fix:
--- m17n-lib-1.6.4.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 319560)
+++ Makefile	(working copy)
@@ -2,28 +2,28 @@
 # $FreeBSD$
 
 PORTNAME=	m17n-lib
-PORTVERSION=	1.6.3
-PORTREVISION=	1
+PORTVERSION=	1.6.4
 CATEGORIES=	devel
-MASTER_SITES=	http://www.m17n.org/m17n-lib-download/ \
-		http://anthesphoria.net/FreeBSD/ports/distfiles/
+MASTER_SITES=	${MASTER_SITE_SAVANNAH}
+MASTER_SITE_SUBDIR=	m17n
 
 MAINTAINER=	nikola.lecic@anthesphoria.net
 COMMENT=	Library for the multilingual text handling
 
 BUILD_DEPENDS=	bison:${PORTSDIR}/devel/bison \
-		m17n-db>=1.6.2:${PORTSDIR}/devel/m17n-db
+		m17n-db>=1.6.4:${PORTSDIR}/devel/m17n-db
 LIB_DEPENDS=	fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
 		freetype:${PORTSDIR}/print/freetype2 \
 		fribidi:${PORTSDIR}/converters/fribidi \
 		gd:${PORTSDIR}/graphics/gd \
 		otf:${PORTSDIR}/print/libotf
-RUN_DEPENDS=	m17n-db>=1.6.2:${PORTSDIR}/devel/m17n-db
+RUN_DEPENDS=	m17n-db>=1.6.4:${PORTSDIR}/devel/m17n-db
 
 MAKE_JOBS_UNSAFE=	yes
 
 USE_XORG=	ice sm x11 xaw xft xt
-USE_GNOME=	libxml2 pkgconfig
+USE_PKGCONFIG=	yes
+USE_GNOME=	libxml2
 USE_AUTOTOOLS=	autoconf libtool
 USE_LDCONFIG=	yes
 
Index: distinfo
===================================================================
--- distinfo	(revision 319560)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (m17n-lib-1.6.3.tar.gz) = ff5ebe09572a5e6d4a376783a78d4355f0b17a71fbaf8b01978230be7eef735e
-SIZE (m17n-lib-1.6.3.tar.gz) = 1033048
+SHA256 (m17n-lib-1.6.4.tar.gz) = 0370fda16bce321acad96b623dbbead0d797d86f5d5fa43d0cde8ff3b01555a4
+SIZE (m17n-lib-1.6.4.tar.gz) = 1034422
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 319560)
+++ pkg-descr	(working copy)
@@ -20,4 +20,4 @@
     * Functions for inputting and displaying M-text on a window
       system.
 
-WWW: http://www.m17n.org/m17n-lib/
+WWW: http://www.nongnu.org/m17n/
--- m17n-lib-1.6.4.patch ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Sun Jun 2 18:10:42 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179178 
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Sun Jun 2 18:57:21 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179178: commit references a PR
Date: Sun,  2 Jun 2013 18:56:48 +0000 (UTC)

 Author: pawel
 Date: Sun Jun  2 18:56:39 2013
 New Revision: 319714
 URL: http://svnweb.freebsd.org/changeset/ports/319714
 
 Log:
   * update to 1.6.4
   * new MASTER_SITES (Makefile)
   * new project's home (pkg-descr)
   * pet portlint
   
   PR:		ports/179178
   Submitted by:	Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer)
 
 Modified:
   head/devel/m17n-lib/Makefile   (contents, props changed)
   head/devel/m17n-lib/distinfo   (contents, props changed)
   head/devel/m17n-lib/pkg-descr   (contents, props changed)
 
 Modified: head/devel/m17n-lib/Makefile
 ==============================================================================
 --- head/devel/m17n-lib/Makefile	Sun Jun  2 18:56:18 2013	(r319713)
 +++ head/devel/m17n-lib/Makefile	Sun Jun  2 18:56:39 2013	(r319714)
 @@ -2,28 +2,28 @@
  # $FreeBSD$
  
  PORTNAME=	m17n-lib
 -PORTVERSION=	1.6.3
 -PORTREVISION=	1
 +PORTVERSION=	1.6.4
  CATEGORIES=	devel
 -MASTER_SITES=	http://www.m17n.org/m17n-lib-download/ \
 -		http://anthesphoria.net/FreeBSD/ports/distfiles/
 +MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 +MASTER_SITE_SUBDIR=	m17n
  
  MAINTAINER=	nikola.lecic@anthesphoria.net
  COMMENT=	Library for the multilingual text handling
  
  BUILD_DEPENDS=	bison:${PORTSDIR}/devel/bison \
 -		m17n-db>=1.6.2:${PORTSDIR}/devel/m17n-db
 +		m17n-db>=1.6.4:${PORTSDIR}/devel/m17n-db
  LIB_DEPENDS=	fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
  		freetype:${PORTSDIR}/print/freetype2 \
  		fribidi:${PORTSDIR}/converters/fribidi \
  		gd:${PORTSDIR}/graphics/gd \
  		otf:${PORTSDIR}/print/libotf
 -RUN_DEPENDS=	m17n-db>=1.6.2:${PORTSDIR}/devel/m17n-db
 +RUN_DEPENDS=	m17n-db>=1.6.4:${PORTSDIR}/devel/m17n-db
  
  MAKE_JOBS_UNSAFE=	yes
  
  USE_XORG=	ice sm x11 xaw xft xt
 -USE_GNOME=	libxml2 pkgconfig
 +USE_PKGCONFIG=	yes
 +USE_GNOME=	libxml2
  USE_AUTOTOOLS=	autoconf libtool
  USE_LDCONFIG=	yes
  
 
 Modified: head/devel/m17n-lib/distinfo
 ==============================================================================
 --- head/devel/m17n-lib/distinfo	Sun Jun  2 18:56:18 2013	(r319713)
 +++ head/devel/m17n-lib/distinfo	Sun Jun  2 18:56:39 2013	(r319714)
 @@ -1,2 +1,2 @@
 -SHA256 (m17n-lib-1.6.3.tar.gz) = ff5ebe09572a5e6d4a376783a78d4355f0b17a71fbaf8b01978230be7eef735e
 -SIZE (m17n-lib-1.6.3.tar.gz) = 1033048
 +SHA256 (m17n-lib-1.6.4.tar.gz) = 0370fda16bce321acad96b623dbbead0d797d86f5d5fa43d0cde8ff3b01555a4
 +SIZE (m17n-lib-1.6.4.tar.gz) = 1034422
 
 Modified: head/devel/m17n-lib/pkg-descr
 ==============================================================================
 --- head/devel/m17n-lib/pkg-descr	Sun Jun  2 18:56:18 2013	(r319713)
 +++ head/devel/m17n-lib/pkg-descr	Sun Jun  2 18:56:39 2013	(r319714)
 @@ -20,4 +20,4 @@ text.
      * Functions for inputting and displaying M-text on a window
        system.
  
 -WWW: http://www.m17n.org/m17n-lib/
 +WWW: http://www.nongnu.org/m17n/
 _______________________________________________
 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"
 
>Unformatted:
