ports/118400: update: astro/p5-GPS -> 0.15, take maintainership

Emanuel Haupt ehaupt at FreeBSD.org
Mon Dec 3 15:30:02 UTC 2007


>Number:         118400
>Category:       ports
>Synopsis:       update: astro/p5-GPS -> 0.15, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 03 15:30:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 7.0-BETA3 i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 7.0-BETA3 FreeBSD 7.0-BETA3 #30: Fri Nov 30 23:12:12 UTC 2007 simon at freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386


	
>Description:
- Update astro/p5-GPS to 0.15
- Take maintainership
>How-To-Repeat:
	
>Fix:

	

--- p5-GPS.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/astro/p5-GPS/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	22 Jul 2007 19:33:49 -0000	1.6
+++ Makefile	3 Dec 2007 15:20:01 -0000
@@ -5,20 +5,22 @@
 # $FreeBSD: ports/astro/p5-GPS/Makefile,v 1.6 2007/07/22 19:33:49 laszlof Exp $
 
 PORTNAME=	GPS
-PORTVERSION=	0.12
+PORTVERSION=	0.15
 CATEGORIES=	astro perl5 geography
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	perl-gps
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=	GPS
 PKGNAMEPREFIX=	p5-
 DISTNAME=	perl-GPS-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Perl interface to GPS receivers
 
-PERL_CONFIGURE=	YES
+PERL_CONFIGURE=	yes
 
-MAN3=		GPS::Garmin.3 \
-		GPS::Serial.3 \
+MAN3=		GPS::Serial.3 \
+		GPS::NMEA.3 \
+		GPS::NMEA::Handler.3 \
+		GPS::Garmin.3 \
 		GPS::Garmin::Handler.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/astro/p5-GPS/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	22 Jan 2006 08:18:34 -0000	1.3
+++ distinfo	3 Dec 2007 15:20:01 -0000
@@ -1,3 +1,3 @@
-MD5 (perl-GPS-0.12.tar.gz) = 261fb84f8d6e519d25394c4c9321390d
-SHA256 (perl-GPS-0.12.tar.gz) = c3aea2aaf408c999df0e7a8a13af4b82798103dd129f91c1aa61b673fad27fea
-SIZE (perl-GPS-0.12.tar.gz) = 29590
+MD5 (perl-GPS-0.15.tar.gz) = 9569057d491c73cd597057de85472673
+SHA256 (perl-GPS-0.15.tar.gz) = 0d3904d71112cffeebd69d5fbc58a0b012f9ca899b5a84a390cc477ed17cc9e2
+SIZE (perl-GPS-0.15.tar.gz) = 23657
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/astro/p5-GPS/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	6 Dec 2000 05:43:03 -0000	1.1
+++ pkg-descr	3 Dec 2007 15:20:01 -0000
@@ -1,4 +1,4 @@
 This is a Perl module that gives access to several GPS protocols, such as
-Garmin, NMEA, and Magellan.  It works in Unix and Win32.
+Garmin, NMEA, and Magellan. It works in Unix and Win32.
 
 WWW: http://sourceforge.net/projects/perl-gps/
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/astro/p5-GPS/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	22 Jan 2006 01:24:51 -0000	1.4
+++ pkg-plist	3 Dec 2007 15:20:01 -0000
@@ -3,14 +3,17 @@
 %%SITE_PERL%%/GPS/Garmin/Constant.pm
 %%SITE_PERL%%/GPS/Garmin/Handler.pm
 %%SITE_PERL%%/GPS/Serial.pm
-%%SITE_PERL%%/auto/GPS/Garmin/Handler/autosplit.ix
-%%SITE_PERL%%/auto/GPS/Garmin/autosplit.ix
-%%SITE_PERL%%/auto/GPS/Serial/autosplit.ix
+%%SITE_PERL%%/GPS/NMEA.pm
+%%SITE_PERL%%/GPS/Base.pm
+%%SITE_PERL%%/GPS/NMEA/Handler.pm
 @dirrm %%SITE_PERL%%/GPS/Garmin
 @dirrm %%SITE_PERL%%/auto/GPS/Garmin/Handler
 @dirrm %%SITE_PERL%%/auto/GPS/Garmin
 @dirrm %%SITE_PERL%%/auto/GPS/Serial
+ at dirrm %%SITE_PERL%%/auto/GPS/NMEA
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GPS/Garmin
+ at dirrm %%SITE_PERL%%/GPS/NMEA
+ at dirrm %%SITE_PERL%%/GPS
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GPS
 @dirrmtry %%SITE_PERL%%/GPS
 @dirrmtry %%SITE_PERL%%/auto/GPS
--- p5-GPS.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list