aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-07 09:54:14 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-07 09:54:14 +0000
commitc7b8a15f5bf592e89f82e75e1afd9e2d51f10434 (patch)
tree5e8e5c5b568b712113a216d23fa107bde4ba70c9 /palm
parent2052a24c5fdcefd057d40d2439c772e3a72c8003 (diff)
downloadports-c7b8a15f5bf592e89f82e75e1afd9e2d51f10434.tar.gz
ports-c7b8a15f5bf592e89f82e75e1afd9e2d51f10434.zip
Notes
Diffstat (limited to 'palm')
-rw-r--r--palm/py-synce-librapi2/Makefile4
-rw-r--r--palm/py-synce-librra/Makefile4
-rw-r--r--palm/synce-librapi2/Makefile4
-rw-r--r--palm/synce-librra/Makefile6
4 files changed, 9 insertions, 9 deletions
diff --git a/palm/py-synce-librapi2/Makefile b/palm/py-synce-librapi2/Makefile
index 00c0651762e4..932b7c3fcde4 100644
--- a/palm/py-synce-librapi2/Makefile
+++ b/palm/py-synce-librapi2/Makefile
@@ -4,10 +4,10 @@
CATEGORIES= palm python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}synce-
-MAINTAINER= webmaster@kibab.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Python bindings for libRAPI2
-LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2
+LIB_DEPENDS= librapi.so:${PORTSDIR}/palm/synce-librapi2
BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex
MASTERDIR= ${.CURDIR}/../synce-librapi2
diff --git a/palm/py-synce-librra/Makefile b/palm/py-synce-librra/Makefile
index f064b7f1373e..598f95b0b3de 100644
--- a/palm/py-synce-librra/Makefile
+++ b/palm/py-synce-librra/Makefile
@@ -4,10 +4,10 @@
CATEGORIES= palm python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}synce-
-MAINTAINER= webmaster@kibab.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Python bindings for the SynCE RRA library
-LIB_DEPENDS= rra.0:${PORTSDIR}/palm/synce-librra
+LIB_DEPENDS= librra.so:${PORTSDIR}/palm/synce-librra
BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex
MASTERDIR= ${.CURDIR}/../synce-librra
diff --git a/palm/synce-librapi2/Makefile b/palm/synce-librapi2/Makefile
index 0cf7ab94f4e1..b7fd21dd2102 100644
--- a/palm/synce-librapi2/Makefile
+++ b/palm/synce-librapi2/Makefile
@@ -7,10 +7,10 @@ CATEGORIES?= palm
MASTER_SITES= SF/synce/SynCE/${PORTVERSION}
PKGNAMEPREFIX?= synce-
-MAINTAINER= webmaster@kibab.com
+MAINTAINER= ports@FreeBSD.org
COMMENT?= Utilities/libraries to make RAPI calls on WinCE devices
-LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce
+LIB_DEPENDS+= libsynce.so:${PORTSDIR}/palm/synce-libsynce
CONFLICTS= popular-[0-9]*
diff --git a/palm/synce-librra/Makefile b/palm/synce-librra/Makefile
index 7ed2e55f918f..39057bcae67a 100644
--- a/palm/synce-librra/Makefile
+++ b/palm/synce-librra/Makefile
@@ -7,11 +7,11 @@ CATEGORIES?= palm
MASTER_SITES= SF/synce/SynCE/${PORTVERSION}
PKGNAMEPREFIX?= synce-
-MAINTAINER= webmaster@kibab.com
+MAINTAINER= ports@FreeBSD.org
COMMENT?= Remote Replication Agent Connection protocol library
-LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce \
- rapi.2:${PORTSDIR}/palm/synce-librapi2
+LIB_DEPENDS+= libsynce.so:${PORTSDIR}/palm/synce-libsynce \
+ librapi.so:${PORTSDIR}/palm/synce-librapi2
BUILD_DEPENDS+= ${LOCALBASE}/lib/libmimedir.a:${PORTSDIR}/devel/libmimedir
RUN_DEPENDS+= ${LOCALBASE}/lib/libmimedir.a:${PORTSDIR}/devel/libmimedir