Date: Mon, 3 Sep 2007 09:54:29 GMT From: Zhen REN <bg1tpt@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/116045: [UPDATE] update chinese/oicq to 1.6 Message-ID: <200709030954.l839sTBW013188@www.freebsd.org> Resent-Message-ID: <200709031000.l83A05eY075097@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 116045 >Category: ports >Synopsis: [UPDATE] update chinese/oicq to 1.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Sep 03 10:00:05 GMT 2007 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709030954.l839sTBW013188>