From tkato432@yahoo.com  Mon Jun 25 18:00:57 2012
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A6FDE106566B
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 25 Jun 2012 18:00:43 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165])
	by mx1.freebsd.org (Postfix) with ESMTP id 7A2888FC08
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 25 Jun 2012 18:00:43 +0000 (UTC)
Received: from localhost.localdomain (ZT038198.ppp.dion.ne.jp [59.128.38.198])
	by msa102lp.auone-net.jp (au one net msa) with ESMTP id BF63D4AC036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 26 Jun 2012 03:00:41 +0900 (JST)
Message-Id: <20120626024524.1f1cffbb.tkato432@yahoo.com>
Date: Tue, 26 Jun 2012 02:45:24 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: editors/mp: Update to version 5.2.3

>Number:         169410
>Category:       ports
>Synopsis:       editors/mp: Update to version 5.2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sperber
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 25 18:10:08 UTC 2012
>Closed-Date:    Thu Jul 19 17:46:32 UTC 2012
>Last-Modified:  Thu Jul 19 17:46:32 UTC 2012
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p9 i386
>Organization:
>Environment:
>Description:
- Update to version 5.2.3

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/editors/mp/Makefile editors/mp/Makefile
--- /usr/ports/editors/mp/Makefile	2012-06-12 19:34:44.000000000 +0900
+++ editors/mp/Makefile	2012-06-22 01:44:41.000000000 +0900
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mp
-PORTVERSION=	5.2.2
+PORTVERSION=	5.2.3
 CATEGORIES=	editors
 MASTER_SITES=	http://triptico.com/download/
 
@@ -21,7 +21,6 @@
 OPTIONS_SINGLE_GUI=	GTK2 QT4
 OPTIONS_DEFAULT=	PCRE
 
-WANT_GNOME=	yes
 USE_NCURSES=	yes
 USE_ICONV=	yes
 HAS_CONFIGURE=	yes
@@ -57,7 +56,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MPCRE}
-LIB_DEPENDS+=	pcre.1:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+=	pcre:${PORTSDIR}/devel/pcre
 CONFIGURE_ARGS+=	--with-pcre
 .endif
 
diff -urN /usr/ports/editors/mp/distinfo editors/mp/distinfo
--- /usr/ports/editors/mp/distinfo	2012-04-22 03:48:20.000000000 +0900
+++ editors/mp/distinfo	2012-06-22 01:35:53.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (mp-5.2.2.tar.gz) = f4c04315e6a0a3b831f218f73904afd3c227aa18b67ab21b39dffbb54edfea1f
-SIZE (mp-5.2.2.tar.gz) = 583918
+SHA256 (mp-5.2.3.tar.gz) = 53a3d8e335b663d7c43bc6d6ecd3be5df2f9950827be194a786e203383b7e5fa
+SIZE (mp-5.2.3.tar.gz) = 685427
diff -urN /usr/ports/editors/mp/files/patch-mpdn__config.sh editors/mp/files/patch-mpdn__config.sh
--- /usr/ports/editors/mp/files/patch-mpdn__config.sh	2011-03-24 02:54:43.000000000 +0900
+++ editors/mp/files/patch-mpdn__config.sh	2012-06-22 01:41:24.000000000 +0900
@@ -23,7 +23,7 @@
  	else
  		# try now with -liconv
 -		TMP_LDFLAGS="-liconv"
-+		TMP_CFLAGS="-I%%LOCALBASE%%/include -liconv"
++		TMP_CFLAGS="-I%%LOCALBASE%%/include"
 +		TMP_LDFLAGS="-L%%LOCALBASE%%/lib -liconv"
  
 -		$CC .tmp.c $TMP_LDFLAGS -o .tmp.o 2>> .config.log
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jun 25 18:10:55 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169410 
Responsible-Changed-From-To: miwi->sperber 
Responsible-Changed-By: sperber 
Responsible-Changed-When: Tue Jul 17 07:57:38 UTC 2012 
Responsible-Changed-Why:  
miwi asked me to take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169410: commit references a PR
Date: Thu, 19 Jul 2012 17:27:03 +0000 (UTC)

 Author: sperber
 Date: Thu Jul 19 17:26:48 2012
 New Revision: 301165
 URL: http://svn.freebsd.org/changeset/ports/301165
 
 Log:
   - Update to version 5.2.3
   
   PR:           ports/169410
   Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
   Approved by:  beat (mentor)
 
 Modified:
   head/editors/mp/Makefile   (contents, props changed)
   head/editors/mp/distinfo   (contents, props changed)
   head/editors/mp/files/patch-mpdn__config.sh   (contents, props changed)
 
 Modified: head/editors/mp/Makefile
 ==============================================================================
 --- head/editors/mp/Makefile	Thu Jul 19 17:26:13 2012	(r301164)
 +++ head/editors/mp/Makefile	Thu Jul 19 17:26:48 2012	(r301165)
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	mp
 -PORTVERSION=	5.2.2
 +PORTVERSION=	5.2.3
  CATEGORIES=	editors
  MASTER_SITES=	http://triptico.com/download/
  
 @@ -21,7 +21,6 @@ OPTIONS_SINGLE=	GUI
  OPTIONS_SINGLE_GUI=	GTK2 QT4
  OPTIONS_DEFAULT=	PCRE
  
 -WANT_GNOME=	yes
  USE_NCURSES=	yes
  USE_ICONV=	yes
  HAS_CONFIGURE=	yes
 @@ -57,7 +56,7 @@ CONFIGURE_ARGS+=	--without-qt4
  .endif
  
  .if ${PORT_OPTIONS:MPCRE}
 -LIB_DEPENDS+=	pcre.1:${PORTSDIR}/devel/pcre
 +LIB_DEPENDS+=	pcre:${PORTSDIR}/devel/pcre
  CONFIGURE_ARGS+=	--with-pcre
  .endif
  
 
 Modified: head/editors/mp/distinfo
 ==============================================================================
 --- head/editors/mp/distinfo	Thu Jul 19 17:26:13 2012	(r301164)
 +++ head/editors/mp/distinfo	Thu Jul 19 17:26:48 2012	(r301165)
 @@ -1,2 +1,2 @@
 -SHA256 (mp-5.2.2.tar.gz) = f4c04315e6a0a3b831f218f73904afd3c227aa18b67ab21b39dffbb54edfea1f
 -SIZE (mp-5.2.2.tar.gz) = 583918
 +SHA256 (mp-5.2.3.tar.gz) = 53a3d8e335b663d7c43bc6d6ecd3be5df2f9950827be194a786e203383b7e5fa
 +SIZE (mp-5.2.3.tar.gz) = 685427
 
 Modified: head/editors/mp/files/patch-mpdn__config.sh
 ==============================================================================
 --- head/editors/mp/files/patch-mpdn__config.sh	Thu Jul 19 17:26:13 2012	(r301164)
 +++ head/editors/mp/files/patch-mpdn__config.sh	Thu Jul 19 17:26:48 2012	(r301165)
 @@ -23,7 +23,7 @@
   	else
   		# try now with -liconv
  -		TMP_LDFLAGS="-liconv"
 -+		TMP_CFLAGS="-I%%LOCALBASE%%/include -liconv"
 ++		TMP_CFLAGS="-I%%LOCALBASE%%/include"
  +		TMP_LDFLAGS="-L%%LOCALBASE%%/lib -liconv"
   
  -		$CC .tmp.c $TMP_LDFLAGS -o .tmp.o 2>> .config.log
 _______________________________________________
 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: sperber 
State-Changed-When: Thu Jul 19 17:46:31 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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