From owner-freebsd-ports Sat Sep 23 23:10:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 86D8C37B424 for ; Sat, 23 Sep 2000 23:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA63323; Sat, 23 Sep 2000 23:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ooblick.com (pm7a-12.his.com [216.200.82.12]) by hub.freebsd.org (Postfix) with ESMTP id BBAE737B422 for ; Sat, 23 Sep 2000 23:07:47 -0700 (PDT) Received: (from arensb@localhost) by ooblick.com (8.9.3/8.9.3) id CAA92093; Sun, 24 Sep 2000 02:07:45 -0400 (EDT) (envelope-from arensb) Message-Id: <200009240607.CAA92093@ ooblick.com> Date: Sun, 24 Sep 2000 02:07:45 -0400 (EDT) From: arensb+freebsd-ports@ooblick.com Reply-To: arensb+freebsd-ports@ooblick.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/21514: Port update: coldsync-1.4.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 +# Date created: 24 September 2000 +# Whom: Andrew Arensburger # -# $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 -# 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 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