diff options
author | roam <roam@FreeBSD.org> | 2009-01-23 23:43:14 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2009-01-23 23:43:14 +0800 |
commit | ab3b71e13124eadfe21c7590ee12e8268471b999 (patch) | |
tree | fb0cb1e0817e4263570dffb8ac1839895a78d63a /editors | |
parent | ac3e68c1553c1159c67b663d1020e3a0f157346a (diff) | |
download | freebsd-ports-gnome-ab3b71e13124eadfe21c7590ee12e8268471b999.tar.gz freebsd-ports-gnome-ab3b71e13124eadfe21c7590ee12e8268471b999.tar.zst freebsd-ports-gnome-ab3b71e13124eadfe21c7590ee12e8268471b999.zip |
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/codelite/Makefile | 3 | ||||
-rw-r--r-- | editors/morla/Makefile | 4 | ||||
-rw-r--r-- | editors/tea/Makefile | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index 45b937bdbfe6..c882f5d2f08f 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -7,13 +7,14 @@ PORTNAME= codelite DISTVERSION= 1.0.${SVN_REVISION} +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SF MAINTAINER= gahr@FreeBSD.org COMMENT= An Open Source IDE for C/C++ -LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl OPTIONS= CSCOPE "Enable CScope integration" OFF diff --git a/editors/morla/Makefile b/editors/morla/Makefile index 83e0bd59c015..15f0945544aa 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -7,7 +7,7 @@ PORTNAME= morla PORTVERSION= 0.16 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= editors textproc MASTER_SITES= http://www.morlardf.net/src/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ @@ -17,7 +17,7 @@ COMMENT= A RDF editor LIB_DEPENDS= nxml.18:${PORTSDIR}/textproc/libnxml \ rdf.0:${PORTSDIR}/textproc/redland \ - curl.4:${PORTSDIR}/ftp/curl + curl.5:${PORTSDIR}/ftp/curl BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz diff --git a/editors/tea/Makefile b/editors/tea/Makefile index 46ca857648d2..bc68c451d4ac 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -7,7 +7,7 @@ PORTNAME= tea DISTVERSION= 17.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tea-editor |