diff options
author | bapt <bapt@FreeBSD.org> | 2011-07-19 13:23:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-07-19 13:23:03 +0800 |
commit | 13733f22de3cddc9f2cdeb990604cc6822d617b5 (patch) | |
tree | a13d141936aed507877f60349c416a4033819692 /editors | |
parent | 861079cf63f6aafa998e8317642bd58b8d3c0459 (diff) | |
download | freebsd-ports-gnome-13733f22de3cddc9f2cdeb990604cc6822d617b5.tar.gz freebsd-ports-gnome-13733f22de3cddc9f2cdeb990604cc6822d617b5.tar.zst freebsd-ports-gnome-13733f22de3cddc9f2cdeb990604cc6822d617b5.zip |
- update to 1.3.2
- remove hungarian dictionnary (will be readded later as a separate port)
- rework description
- change WWW
- chase library bump
- add license
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 4 | ||||
-rw-r--r-- | editors/textroom/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index fa3dd806fff4..5f04a0cf3cb1 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -7,7 +7,7 @@ PORTNAME= libreoffice PORTVERSION= 3.3.3 -PORTREVISION= 1 +PORTREVISION= 2 LOVERSION= ${PORTVERSION}.1 CATEGORIES= editors MASTER_SITES= http://ftp.osuosl.org/pub/tdf/libreoffice/src/ \ @@ -86,7 +86,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ icutu.48:${PORTSDIR}/devel/icu \ jpeg.11:${PORTSDIR}/graphics/jpeg \ curl.6:${PORTSDIR}/ftp/curl \ - hunspell-1.2.0:${PORTSDIR}/textproc/hunspell \ + hunspell-1.3.0:${PORTSDIR}/textproc/hunspell \ poppler.6:${PORTSDIR}/graphics/poppler \ wpd-0.9.9:${PORTSDIR}/textproc/libwpd \ wpg-0.2.2:${PORTSDIR}/graphics/libwpg \ diff --git a/editors/textroom/Makefile b/editors/textroom/Makefile index 6bbb1ee90182..809277ee3200 100644 --- a/editors/textroom/Makefile +++ b/editors/textroom/Makefile @@ -7,6 +7,7 @@ PORTNAME= textroom PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SF @@ -14,7 +15,7 @@ MAINTAINER= admin@mjbrune.org COMMENT= A full screen text editor BUILD_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info -LIB_DEPENDS= hunspell-1.2:${PORTSDIR}/textproc/hunspell \ +LIB_DEPENDS= hunspell-1.3:${PORTSDIR}/textproc/hunspell \ xml++-2.6.2:${PORTSDIR}/textproc/libxml++26 \ curl.6:${PORTSDIR}/ftp/curl RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info |