Date: Sun, 24 Sep 2000 02:07:45 -0400 (EDT) From: arensb+freebsd-ports@ooblick.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/21514: Port update: coldsync-1.4.5 Message-ID: <200009240607.CAA92093@ ooblick.com>
next in thread | raw e-mail | index | archive | help
>Number: 21514 >Category: ports >Synopsis: Port update: coldsync 1.2.0 -> 1.4.5 >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: Sat Sep 23 23:10:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Andrew Arensburger >Release: FreeBSD 4.0-RELEASE i386 >Organization: None >Environment: FreeBSD 3.x or later >Description: This is an update of the palm/coldsync port, to bring it up to date with the current stable release. >How-To-Repeat: >Fix: Apply the following patch. There are no new or deleted files in the port itself. diff -uNr coldsync-port-1.2.0/Makefile coldsync-port-1.4.5/Makefile --- coldsync-port-1.2.0/Makefile Sat Jun 3 06:13:52 2000 +++ coldsync-port-1.4.5/Makefile Sat Sep 23 17:49:55 2000 @@ -1,16 +1,16 @@ # New ports collection makefile for: coldsync -# Date created: 21 January 2000 -# Whom: Andrew Arensburger <arensb@ooblick.com> +# Date created: 24 September 2000 +# Whom: Andrew Arensburger <arensb+freebsd-ports@ooblick.com> # -# $FreeBSD: ports/palm/coldsync/Makefile,v 1.5 2000/06/03 08:02:52 knu Exp $ +# $FreeBSD$ # PORTNAME= coldsync -PORTVERSION= 1.2.0 +PORTVERSION= 1.4.5 CATEGORIES= palm comms MASTER_SITES= http://www.ooblick.com/software/coldsync/ -MAINTAINER= arensb@ooblick.com +MAINTAINER= arensb+freebsd-ports@ooblick.com RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Palm/PDB.pm:${PORTSDIR}/palm/p5-Palm @@ -21,19 +21,19 @@ MAN1= send-mail.1 \ todo-text.1 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= ColdSync.3 +MAN3= ColdSync.3 \ + ColdSync::SPC.3 MAN8= coldsync.8 MANCOMPRESSED= no .include <bsd.port.pre.mk> -# I don't know from when {Net,Open}BSD support USB. +# I don't know how to test for a version of {Net,Open}BSD that supports USB. .if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 400000 CONFIGURE_ARGS+= --with-usb .endif post-install: @install-info ${PREFIX}/info/conduits.info ${PREFIX}/info/dir - @install-info ${PREFIX}/info/pdb.info ${PREFIX}/info/dir .include <bsd.port.post.mk> diff -uNr coldsync-port-1.2.0/files/md5 coldsync-port-1.4.5/files/md5 --- coldsync-port-1.2.0/files/md5 Sat Jun 3 06:13:52 2000 +++ coldsync-port-1.4.5/files/md5 Sun Sep 24 01:54:20 2000 @@ -1 +1 @@ -MD5 (coldsync-1.2.0.tar.gz) = cc70d70b1fd62ccf620c45e33808ec8e +MD5 (coldsync-1.4.5.tar.gz) = 2a6bad7b40e5faacc35292fa262819bc diff -uNr coldsync-port-1.2.0/pkg/PLIST coldsync-port-1.4.5/pkg/PLIST --- coldsync-port-1.2.0/pkg/PLIST Sat Jun 3 06:13:52 2000 +++ coldsync-port-1.4.5/pkg/PLIST Sat Sep 23 17:38:34 2000 @@ -1,5 +1,7 @@ bin/coldsync lib/perl5/site_perl/%%PERL_VER%%/ColdSync.pm +lib/perl5/site_perl/%%PERL_VER%%/ColdSync/SPC.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/ColdSync lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ColdSync/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ColdSync libexec/coldsync/send-mail @@ -7,8 +9,5 @@ @dirrm libexec/coldsync etc/sample.coldsync.rc @unexec install-info --delete %D/info/conduits.info %D/info/dir -@unexec install-info --delete %D/info/pdb.info %D/info/dir info/conduits.info -info/pdb.info @exec install-info %D/info/conduits.info %D/info/dir -@exec install-info %D/info/pdb.info %D/info/dir >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?200009240607.CAA92093>