diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-09-25 03:03:06 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-09-25 03:03:06 +0000 |
commit | c6c660c9c8498f31cf99089beff2a55921da5953 (patch) | |
tree | 5b302be699512be4e81edd2b9a46a14e8005dd0b /palm/malsync | |
parent | 266451b3e8bf1b89ffa7c26fadd0b8733b89fd39 (diff) |
Chase pilot-link's shared library version bump. Bump the PORTREVISION. As for
the PRs, I shall chase and close a few of them.
Pointyhat: ijliao
Notes
Notes:
svn path=/head/; revision=173771
Diffstat (limited to 'palm/malsync')
-rw-r--r-- | palm/malsync/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/palm/malsync/Makefile b/palm/malsync/Makefile index eb2c8278c418..027c771ca619 100644 --- a/palm/malsync/Makefile +++ b/palm/malsync/Makefile @@ -7,6 +7,7 @@ PORTNAME= malsync PORTVERSION= 2.20 +PORTREVISION= 1 CATEGORIES= palm MASTER_SITES= http://www.tomw.org/malsync/ \ ${MASTER_SITE_LOCAL} @@ -16,7 +17,7 @@ DISTNAME= malsync_2.2.0.src MAINTAINER= stefan.tell@crashmail.de COMMENT= Sync to Mobile Application Link (MAL) compliant servers -LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link +LIB_DEPENDS= pisock.9:${PORTSDIR}/palm/pilot-link # Code is not 64-bit clean NOT_FOR_ARCH= amd64 |