From nobody@FreeBSD.org  Mon Sep  3 09:54:29 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8DB7216A417
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  3 Sep 2007 09:54:29 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 606ED13C46C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  3 Sep 2007 09:54:29 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l839sTPU013190
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 3 Sep 2007 09:54:29 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l839sTBW013188;
	Mon, 3 Sep 2007 09:54:29 GMT
	(envelope-from nobody)
Message-Id: <200709030954.l839sTBW013188@www.freebsd.org>
Date: Mon, 3 Sep 2007 09:54:29 GMT
From: Zhen REN <bg1tpt@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] update chinese/oicq to 1.6
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         116045
>Category:       ports
>Synopsis:       [UPDATE] update chinese/oicq to 1.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 03 10:00:05 GMT 2007
>Closed-Date:    Mon Sep 03 13:08:27 GMT 2007
>Last-Modified:  Mon Sep  3 13:10:02 GMT 2007
>Originator:     Zhen REN
>Release:        6.2-STABLE
>Organization:
>Environment:
FreeBSD razor 6.2-STABLE FreeBSD 6.2-STABLE #1: Sun Apr 29 09:30:52 CST 2007 root@razor:/usr/obj/usr/src/sys/RAZOR i386
>Description:
update chinese/oicq to 1.6
>How-To-Repeat:
N/A
>Fix:
N/A

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/chinese/oicq/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile	9 Feb 2007 08:19:38 -0000	1.11
+++ Makefile	3 Sep 2007 09:41:15 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	oicq
-PORTVERSION=	1.3
+PORTVERSION=	1.6
 CATEGORIES=	chinese net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	perl-oicq
@@ -32,6 +32,6 @@ IGNORE=		requires perl 5.8.x or later. I
 
 post-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/bin/qq ${PREFIX}/bin
-	${INSTALL_SCRIPT} ${WRKSRC}/bin/demo1 ${PREFIX}/bin/qq-demo1
+	${INSTALL_SCRIPT} ${WRKSRC}/demo1 ${PREFIX}/bin/qq-demo1
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/chinese/oicq/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo	9 Feb 2007 08:19:38 -0000	1.7
+++ distinfo	3 Sep 2007 09:30:24 -0000
@@ -1,3 +1,3 @@
-MD5 (Net-OICQ-1.3.tar.gz) = 2393be26c64036643b8fa3652a173eab
-SHA256 (Net-OICQ-1.3.tar.gz) = 2b4585e35f51eaf6513d90750de5fae743dfc63ca0c606a0c72f89a29a65c6ad
-SIZE (Net-OICQ-1.3.tar.gz) = 31136
+MD5 (Net-OICQ-1.6.tar.gz) = 823bdf001a8ef4ae8887236c47baeb1f
+SHA256 (Net-OICQ-1.6.tar.gz) = ac280cd62c2e76fe5dbc60ac869632d533969db5efcd3e559708cbe8cdd19d0a
+SIZE (Net-OICQ-1.6.tar.gz) = 32706
Index: files/patch-Makefile.PL
===================================================================
RCS file: files/patch-Makefile.PL
diff -N files/patch-Makefile.PL
--- files/patch-Makefile.PL	9 Feb 2007 08:19:38 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,20 +0,0 @@
---- ./Makefile.PL.orig	Tue Feb  6 03:22:45 2007
-+++ ./Makefile.PL	Fri Feb  9 15:57:13 2007
-@@ -14,7 +14,7 @@
- 
- WriteMakefile(
-     'NAME'		=> 'Net::OICQ',
--    'VERSION_FROM'	=> 'OICQ.pm', # finds $VERSION
-+    'VERSION_FROM'	=> 'lib/Net/OICQ.pm', # finds $VERSION
-     'PREREQ_PM'		=> {Crypt::OICQ     => 1.0,
-                             Digest::MD5     => 0.1,
- 		            IO::Select      => 0.1,
-@@ -22,7 +22,7 @@
- 		    	    Term::ReadKey   => 0,
- 		    	},
-     ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
--      (ABSTRACT_FROM => 'OICQ.pm', # retrieve abstract from module
-+      (ABSTRACT_FROM => 'lib/Net/OICQ.pm', # retrieve abstract from module
-        AUTHOR     => 'Shufeng Tan <shufengtan@gmail.com>') : ()),
-     'LIBS'		=> [''],
-     'DEFINE'		=> '',


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: vanilla 
State-Changed-When: Mon Sep 3 13:08:23 UTC 2007 
State-Changed-Why:  
Committed, thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/116045: commit references a PR
Date: Mon,  3 Sep 2007 13:08:01 +0000 (UTC)

 vanilla     2007-09-03 13:07:55 UTC
 
   FreeBSD ports repository
 
   Modified files:
     chinese/oicq         Makefile distinfo 
   Removed files:
     chinese/oicq/files   patch-Makefile.PL 
   Log:
   Upgrade to 1.6.
   
   PR:             ports/116045
   Submitted by:   maintainer
   
   Revision  Changes    Path
   1.12      +2 -2      ports/chinese/oicq/Makefile
   1.8       +3 -3      ports/chinese/oicq/distinfo
   1.2       +0 -20     ports/chinese/oicq/files/patch-Makefile.PL (dead)
 _______________________________________________
 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"
 
>Unformatted:
