diff options
author | wg <wg@FreeBSD.org> | 2013-08-05 23:55:37 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-08-05 23:55:37 +0800 |
commit | ffb359cefa4dba6aa7a858438318194c7449ea06 (patch) | |
tree | bcd2eeb9be3983be7bdad3f788c9ff85310cc0bd /editors/openoffice-3 | |
parent | a9498480bb1295997a4e6942a617a32e40cb7dcd (diff) | |
download | freebsd-ports-gnome-ffb359cefa4dba6aa7a858438318194c7449ea06.tar.gz freebsd-ports-gnome-ffb359cefa4dba6aa7a858438318194c7449ea06.tar.zst freebsd-ports-gnome-ffb359cefa4dba6aa7a858438318194c7449ea06.zip |
editors/openoffice-*: bump PORTREVISION
- CoinMP has been updated
Submitted by: Pedro Giffuni <giffunip tutopia.com>
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 91db39695d99..06f688a0dd26 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= 3.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors java MASTER_SITES= ftp://ftp.riken.jp/net/apache/incubator/ooo/3.4.1/source/ \ ${MASTER_SITE_LOCAL:S@%SUBDIR%@maho/openoffice@}:extsrc @@ -119,7 +119,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ textcat.0:${PORTSDIR}/textproc/libtextcat \ freetype.9:${PORTSDIR}/print/freetype2 \ apr-1.4:${PORTSDIR}/devel/apr1 \ - CoinMP.7:${PORTSDIR}/math/coinmp \ + CoinMP.8:${PORTSDIR}/math/coinmp \ serf-1.0:${PORTSDIR}/www/serf BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ |