diff options
author | garga <garga@FreeBSD.org> | 2011-06-30 09:51:15 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2011-06-30 09:51:15 +0800 |
commit | c5ca1dd80cd9e3494bfc524f540a9fd4d1c15e48 (patch) | |
tree | 5744b3303787f3b0fa9d4df7a178440bb6fe55c2 /deskutils | |
parent | c0e2e27c49f5a06a2cd06599fc1084d485bac5fe (diff) | |
download | freebsd-ports-gnome-c5ca1dd80cd9e3494bfc524f540a9fd4d1c15e48.tar.gz freebsd-ports-gnome-c5ca1dd80cd9e3494bfc524f540a9fd4d1c15e48.tar.zst freebsd-ports-gnome-c5ca1dd80cd9e3494bfc524f540a9fd4d1c15e48.zip |
Chase xmlrpc-c lib version and bump PORTREVISION
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/ecru/Makefile | 4 | ||||
-rw-r--r-- | deskutils/jjclient/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/deskutils/ecru/Makefile b/deskutils/ecru/Makefile index e70093196121..7433398a0027 100644 --- a/deskutils/ecru/Makefile +++ b/deskutils/ecru/Makefile @@ -7,14 +7,14 @@ PORTNAME= ecru PORTVERSION= 0.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= http://novel.evilcoder.org/ecru/files/ MAINTAINER= novel@FreeBSD.org COMMENT= Flexible command line LiveJournal client -LIB_DEPENDS= xmlrpc.9:${PORTSDIR}/net/xmlrpc-c \ +LIB_DEPENDS= xmlrpc.3:${PORTSDIR}/net/xmlrpc-c \ config++.9:${PORTSDIR}/devel/libconfig \ glibmm-2.4.1:${PORTSDIR}/devel/glibmm diff --git a/deskutils/jjclient/Makefile b/deskutils/jjclient/Makefile index d0bafd1cad57..4f78322bf44b 100644 --- a/deskutils/jjclient/Makefile +++ b/deskutils/jjclient/Makefile @@ -7,6 +7,7 @@ PORTNAME= jjclient PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= SF/justjournal/JustJournal%20UNIX%20Client/${PORTVERSION} \ http://www.justjournal.com/software/unix/ @@ -15,7 +16,7 @@ MASTER_SITES= SF/justjournal/JustJournal%20UNIX%20Client/${PORTVERSION} \ MAINTAINER= luke@justjournal.com COMMENT= A command line client for posting JustJournal entries -LIB_DEPENDS+= xmlrpc.9:${PORTSDIR}/net/xmlrpc-c +LIB_DEPENDS+= xmlrpc.3:${PORTSDIR}/net/xmlrpc-c PLIST_FILES= bin/jjclient |