mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 1.4.5.
PR: ports/21514 Submitted by: Andrew Arensburger <arensb+freebsd-ports@ooblick.com> (MAINTAINER)
This commit is contained in:
parent
fa0b4be69c
commit
d37fbb6052
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33092
3 changed files with 8 additions and 9 deletions
|
@ -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>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (coldsync-1.2.0.tar.gz) = cc70d70b1fd62ccf620c45e33808ec8e
|
||||
MD5 (coldsync-1.4.5.tar.gz) = 2a6bad7b40e5faacc35292fa262819bc
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue