diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-25 08:04:29 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-25 08:04:29 +0000 |
commit | d37fbb60528042b07cf8899eb3a62774130e3d44 (patch) | |
tree | ddf02ad0ca705d2c9ff4e6a23c170d525f8c20c1 /palm | |
parent | fa0b4be69cc92cc4c60fc65697beeaf5552ff6ff (diff) | |
download | ports-d37fbb60528042b07cf8899eb3a62774130e3d44.tar.gz ports-d37fbb60528042b07cf8899eb3a62774130e3d44.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/coldsync/Makefile | 10 | ||||
-rw-r--r-- | palm/coldsync/distinfo | 2 | ||||
-rw-r--r-- | palm/coldsync/pkg-plist | 5 |
3 files changed, 8 insertions, 9 deletions
diff --git a/palm/coldsync/Makefile b/palm/coldsync/Makefile index 24221d7b1068..cec559f882a8 100644 --- a/palm/coldsync/Makefile +++ b/palm/coldsync/Makefile @@ -6,11 +6,11 @@ # 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 @@ GNU_CONFIGURE= yes 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 --git a/palm/coldsync/distinfo b/palm/coldsync/distinfo index ded1582e83af..21d8dcca0ff3 100644 --- a/palm/coldsync/distinfo +++ b/palm/coldsync/distinfo @@ -1 +1 @@ -MD5 (coldsync-1.2.0.tar.gz) = cc70d70b1fd62ccf620c45e33808ec8e +MD5 (coldsync-1.4.5.tar.gz) = 2a6bad7b40e5faacc35292fa262819bc diff --git a/palm/coldsync/pkg-plist b/palm/coldsync/pkg-plist index bef87c945c74..cc96c3848357 100644 --- a/palm/coldsync/pkg-plist +++ b/palm/coldsync/pkg-plist @@ -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 @@ libexec/coldsync/todo-text @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 |