Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Sep 2000 02:26:57 -0400 (EDT)
From:      arensb@ooblick.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21141: Port update: p5-Palm 1.2.2 (was 1.1.8)
Message-ID:  <200009090626.CAA24814@ ooblick.com>

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

>Number:         21141
>Category:       ports
>Synopsis:       Port update
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 08 23:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Arensburger
>Release:        FreeBSD 4.0-RELEASE i386
>Organization:
None
>Environment:

	FreeBSD 4.x (and hopefully {Net,Open}BSD)

>Description:

	According to
http://people.freebsd.org/~fenner/portsurvey/arensb@ooblick.com.html
this port is unfetchable. Oops! My bad. Thanks for letting me know.

>How-To-Repeat:

	Try to install the 1.1.8 version of the port and watch it fail.

>Fix:

	Apply the following patch.
	This package contains no patches. No files were added or
deleted as part of this update.

diff -uNr p5-Palm/Makefile p5-Palm-1.2.2/Makefile
--- p5-Palm/Makefile	Sat Jun  3 03:57:25 2000
+++ p5-Palm-1.2.2/Makefile	Sat Sep  9 02:20:17 2000
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	p5-Palm
 # Date created:				29 April 2000
-# Whom:					Andrew Arensburger <arensb@ooblick.com>
+# Whom:					Andrew Arensburger <arensb+freebsd-ports@ooblick.com>
 #
-# $FreeBSD: ports/palm/p5-Palm/Makefile,v 1.1.1.1 2000/06/03 07:57:25 knu Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	p5-Palm
-PORTVERSION=	1.1.8
+PORTVERSION=	1.2.2
 CATEGORIES=	palm perl5
 MASTER_SITES=	http://www.ooblick.com/software/coldsync/
 
@@ -14,7 +14,10 @@
 
 USE_PERL5=	YES
 
-MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
+CONFIGURE_ARGS=	PREFIX=${PREFIX}
+
+MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN1=		pdbdump.1
 MAN3=		Palm::Address.3 \
 		Palm::Datebook.3 \
 		Palm::Mail.3 \
@@ -24,7 +27,10 @@
 		Palm::StdAppInfo.3 \
 		Palm::ToDo.3
 
+# Just so that the .packlist conforms to reality
+NOMANCOMPRESS=	yes
+
 do-configure:
-		@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+		@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${CONFIGURE_ARGS}
 
 .include <bsd.port.mk>
diff -uNr p5-Palm/files/md5 p5-Palm-1.2.2/files/md5
--- p5-Palm/files/md5	Sat Jun  3 03:57:25 2000
+++ p5-Palm-1.2.2/files/md5	Sat Sep  9 01:29:24 2000
@@ -1 +1 @@
-MD5 (p5-Palm-1.1.8.tar.gz) = c1c8959964f588f1c9fb924dc4d96bea
+MD5 (p5-Palm-1.2.2.tar.gz) = 7c2c26349f1d4138edbbaa6a2c12583b
diff -uNr p5-Palm/pkg/PLIST p5-Palm-1.2.2/pkg/PLIST
--- p5-Palm/pkg/PLIST	Sat Jun  3 03:57:25 2000
+++ p5-Palm-1.2.2/pkg/PLIST	Wed May 31 03:25:39 2000
@@ -9,3 +9,4 @@
 lib/perl5/site_perl/%%PERL_VER%%/Palm/ToDo.pm
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/Palm
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Palm
+bin/pdbdump

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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