From tkato432@yahoo.com  Sun Jul  8 18:01:43 2007
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 71B2F16A400
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun,  8 Jul 2007 18:01:43 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa01.dion.ne.jp (msa01.dion.ne.jp [222.3.140.164])
	by mx1.freebsd.org (Postfix) with ESMTP id 332FD13C44B
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun,  8 Jul 2007 18:01:43 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from localhost.localdomain (ZT067164.ppp.dion.ne.jp [59.128.67.164])
	by msa101.dion.ne.jp (DION MAIL) with ESMTP id 945908A803F
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  9 Jul 2007 03:01:40 +0900 (JST)
Message-Id: <20070709030026.5991960b.tkato432@yahoo.com>
Date: Mon, 9 Jul 2007 03:00:26 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: textproc/libuninamelist to 20060907

>Number:         114416
>Category:       ports
>Synopsis:       Update port: textproc/libuninameslist to 20060907
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 08 18:10:16 GMT 2007
>Closed-Date:    Wed Jul 11 04:04:00 GMT 2007
>Last-Modified:  Wed Jul 11 04:04:00 GMT 2007
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.2-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update to version 20060907

New file:
files/patch-Makefile.in

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/textproc/libuninameslist/Makefile textproc/libuninameslist/Makefile
--- /usr/ports/textproc/libuninameslist/Makefile	Tue Feb 27 16:04:56 2007
+++ textproc/libuninameslist/Makefile	Sat Jul  7 13:40:26 2007
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	libuninameslist
-PORTVERSION=	20050712
+PORTVERSION=	20060907
 CATEGORIES=	textproc
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	libuninameslist
+MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}_src-${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
@@ -18,10 +17,10 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USE_AUTOTOOLS=	libtool:15
+USE_GNOME=	gnometarget
 USE_GMAKE=	yes
-GNU_CONFIGURE=	yes
-INSTALLS_SHLIB=	yes
+USE_AUTOTOOLS=	libtool:15
 ALL_TARGET=	both
+USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>
diff -urN /usr/ports/textproc/libuninameslist/distinfo textproc/libuninameslist/distinfo
--- /usr/ports/textproc/libuninameslist/distinfo	Sun Apr  9 14:32:28 2006
+++ textproc/libuninameslist/distinfo	Sat Jul  7 13:32:57 2007
@@ -1,3 +1,3 @@
-MD5 (libuninameslist_src-20050712.tgz) = 154549efe3a45ed4fa8d4e63ff6dbabf
-SHA256 (libuninameslist_src-20050712.tgz) = 1713a15a3024e45c171665684486b05e76b20a5c29402839f82a5e39b6d69bbc
-SIZE (libuninameslist_src-20050712.tgz) = 730549
+MD5 (libuninameslist_src-20060907.tgz) = e5090105b9f09e76838a0af3220b371d
+SHA256 (libuninameslist_src-20060907.tgz) = fd199bf28f93d208971b69d65af9646f13ae90ff0d9538b37ae579cfc3b28e08
+SIZE (libuninameslist_src-20060907.tgz) = 748096
diff -urN /usr/ports/textproc/libuninameslist/files/patch-Makefile.in textproc/libuninameslist/files/patch-Makefile.in
--- /usr/ports/textproc/libuninameslist/files/patch-Makefile.in	Thu Jan  1 09:00:00 1970
+++ textproc/libuninameslist/files/patch-Makefile.in	Sat Jul  7 13:46:29 2007
@@ -0,0 +1,31 @@
+--- Makefile.in.orig	Thu Jul  8 02:28:59 2004
++++ Makefile.in	Sat Jul  7 13:46:20 2007
+@@ -23,23 +23,23 @@
+ both: libuninameslist.la libuninameslist-fr.la
+ 
+ libuninameslist.la: nameslist.lo
+-	$(LIBTOOL) $(CC) $(CFLAGS) -o libuninameslist.la nameslist.lo \
++	$(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libuninameslist.la nameslist.lo \
+ 	    -rpath $(libdir) -version-info $(UN_VERSION):$(UN_REVISION):$(UN_AGE)
+ 
+ libuninameslist-fr.la: nameslist-fr.lo
+-	$(LIBTOOL) $(CC) $(CFLAGS) -o libuninameslist-fr.la nameslist-fr.lo \
++	$(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libuninameslist-fr.la nameslist-fr.lo \
+ 	    -rpath $(libdir) -version-info $(UN_VERSION):$(UN_REVISION):$(UN_AGE)
+ 
+ 
+ %.lo: %.c
+-	$(LIBTOOL) $(CC) $(CFLAGS) -c $<
++	$(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c $<
+ 
+ install: both
+ # You may need to be root to do the install
+ 	mkdir -p $(libdir)
+-	$(LIBTOOL) $(INSTALL) -c libuninameslist.la $(libdir)/libuninameslist.la
++	$(LIBTOOL) --mode=install $(INSTALL) -c libuninameslist.la $(libdir)/libuninameslist.la
+ 	$(LIBTOOL) $(INSTALL) -c libuninameslist-fr.la $(libdir)/libuninameslist-fr.la
+-	$(LIBTOOL) --finish $(libdir)
++	$(LIBTOOL) --mode=finish $(libdir)
+ 	mkdir -p $(incdir)
+ 	$(INSTALL_DATA) nameslist.h $(incdir)/uninameslist.h
+ 
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Sun Jul 8 19:03:27 UTC 2007 
Responsible-Changed-Why:  
Eat. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114416: commit references a PR
Date: Wed, 11 Jul 2007 03:53:53 +0000 (UTC)

 rafan       2007-07-11 03:53:49 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/libuninameslist Makefile distinfo 
   Added files:
     textproc/libuninameslist/files patch-Makefile.in 
   Log:
   - Update to 20060907
   - Use macro from bsd.sites.mk
   - Replace deprecated variable INSTALLS_SHLIB by USE_LDCONFIG
   
   PR:             ports/114416
   Submitted by:   KATO Tsuguru <tkato432 at yahoo.com>
   
   Revision  Changes    Path
   1.7       +5 -6      ports/textproc/libuninameslist/Makefile
   1.6       +3 -3      ports/textproc/libuninameslist/distinfo
   1.1       +31 -0     ports/textproc/libuninameslist/files/patch-Makefile.in (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Wed Jul 11 04:03:59 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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