diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-07 17:54:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-07 17:54:14 +0800 |
commit | 60ac08b9fb184553f589bb9dd5a84eaf70d6bbd1 (patch) | |
tree | 5e8e5c5b568b712113a216d23fa107bde4ba70c9 /palm | |
parent | de4215fa3a1125c715fe962538f3d98fee892494 (diff) | |
download | freebsd-ports-gnome-60ac08b9fb184553f589bb9dd5a84eaf70d6bbd1.tar.gz freebsd-ports-gnome-60ac08b9fb184553f589bb9dd5a84eaf70d6bbd1.tar.zst freebsd-ports-gnome-60ac08b9fb184553f589bb9dd5a84eaf70d6bbd1.zip |
Reset maintainership
Maintainer request to remove those ports, they will be removed along with other
non staged, but in the mean time gives new volunteers a chance to save those
With hat: portmgr
Diffstat (limited to 'palm')
-rw-r--r-- | palm/py-synce-librapi2/Makefile | 4 | ||||
-rw-r--r-- | palm/py-synce-librra/Makefile | 4 | ||||
-rw-r--r-- | palm/synce-librapi2/Makefile | 4 | ||||
-rw-r--r-- | palm/synce-librra/Makefile | 6 |
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 |