summaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-09-25 08:04:29 +0000
committerknu <knu@FreeBSD.org>2000-09-25 08:04:29 +0000
commit0b5a8f383dda87c2898950afa0d795c71134d650 (patch)
treeb15738a8f5df8f16d1e487597b481e3dd2f39be9 /palm
parent1a63c092eee612dea840f0a2919316af898e886a (diff)
downloadFreeBSD-ports-0b5a8f383dda87c2898950afa0d795c71134d650.zip
FreeBSD-ports-0b5a8f383dda87c2898950afa0d795c71134d650.tar.gz
Update to 1.4.5.
PR: ports/21514 Submitted by: Andrew Arensburger <arensb+freebsd-ports@ooblick.com> (MAINTAINER)
Diffstat (limited to 'palm')
-rw-r--r--palm/coldsync/Makefile10
-rw-r--r--palm/coldsync/distinfo2
-rw-r--r--palm/coldsync/pkg-plist5
3 files changed, 8 insertions, 9 deletions
diff --git a/palm/coldsync/Makefile b/palm/coldsync/Makefile
index 24221d7..cec559f 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 ded1582..21d8dcc 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 bef87c9..cc96c38 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
OpenPOWER on IntegriCloud