Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2005 02:49:42 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        knu@FreeBSD.org
Subject:   ports/78123: [PATCH] www/p5-HTTP-MobileAgent: update to 0.22
Message-ID:  <20050226184942.E85123EA124@utopia.leeym.com>
Resent-Message-ID: <200502261850.j1QIoBew067993@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         78123
>Category:       ports
>Synopsis:       [PATCH] www/p5-HTTP-MobileAgent: update to 0.22
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 26 18:50:11 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.3-STABLE FreeBSD 5.3-STABLE #1: Wed Feb  9 10:20:03 CST
>Description:
- Update to 0.22
- add WWW in pkg-descr
- fix PLIST
- add some minor fixes which make portlint happier

Port maintainer (knu@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-HTTP-MobileAgent-0.22.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-HTTP-MobileAgent/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	11 Jun 2004 04:36:42 -0000	1.7
+++ Makefile	26 Feb 2005 18:48:52 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	HTTP-MobileAgent
-PORTVERSION=	0.21
+PORTVERSION=	0.22
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	HTTP
@@ -15,10 +15,8 @@
 MAINTAINER=	knu@FreeBSD.org
 COMMENT=	An HTTP mobile user agent string parser for Perl
 
-BUILD_DEPENDS=	${PM_DEPENDS}
-RUN_DEPENDS=	${PM_DEPENDS}
-
-PM_DEPENDS=	${SITE_PERL}/HTTP/Headers.pm:${PORTSDIR}/www/p5-libwww
+BUILD_DEPENDS=	${SITE_PERL}/HTTP/Headers.pm:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
@@ -30,6 +28,5 @@
 		HTTP::MobileAgent::JPhone.3 \
 		HTTP::MobileAgent::NonMobile.3 \
 		HTTP::MobileAgent::Vodafone.3
-MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/p5-HTTP-MobileAgent/distinfo,v
retrieving revision 1.6
diff -u -u -r1.6 distinfo
--- distinfo	11 Jun 2004 04:36:42 -0000	1.6
+++ distinfo	26 Feb 2005 18:48:52 -0000
@@ -1,2 +1,2 @@
-MD5 (HTTP-MobileAgent-0.21.tar.gz) = e1243d04cb6bcc1da28489943138abec
-SIZE (HTTP-MobileAgent-0.21.tar.gz) = 19692
+MD5 (HTTP-MobileAgent-0.22.tar.gz) = a21609634e13e2594a2bee8a4db9583f
+SIZE (HTTP-MobileAgent-0.22.tar.gz) = 19720
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/www/p5-HTTP-MobileAgent/pkg-descr,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-descr
--- pkg-descr	27 Feb 2003 05:37:23 -0000	1.1
+++ pkg-descr	26 Feb 2005 18:48:52 -0000
@@ -1,3 +1,4 @@
 HTTP::MobileAgent is an HTTP mobile user agent string parser for Perl.
 
 Author:	Tatsuhiko Miyagawa <miyagawa@bulknews.net>
+WWW: http://search.cpan.org/dist/HTTP-MobileAgent/
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/www/p5-HTTP-MobileAgent/pkg-plist,v
retrieving revision 1.4
diff -u -u -r1.4 pkg-plist
--- pkg-plist	11 Jun 2004 04:36:42 -0000	1.4
+++ pkg-plist	26 Feb 2005 18:48:52 -0000
@@ -11,3 +11,4 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/MobileAgent/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/MobileAgent
 @dirrm %%SITE_PERL%%/HTTP/MobileAgent
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP 2>/dev/null || true
--- p5-HTTP-MobileAgent-0.22.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050226184942.E85123EA124>