diff options
author | fluffy <fluffy@FreeBSD.org> | 2011-01-03 19:51:29 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2011-01-03 19:51:29 +0800 |
commit | e44b314994c0376a8bb2fecd03f1ad1317381473 (patch) | |
tree | 6890750bbfcd241ce9697530b99a0c75caccc886 /textproc/libwps | |
parent | 6ea814330923f8d99531129f83d738e8e531c058 (diff) | |
download | freebsd-ports-gnome-e44b314994c0376a8bb2fecd03f1ad1317381473.tar.gz freebsd-ports-gnome-e44b314994c0376a8bb2fecd03f1ad1317381473.tar.zst freebsd-ports-gnome-e44b314994c0376a8bb2fecd03f1ad1317381473.zip |
- Update graphics/libwpg to 0.2.0 release
- Update textproc/libwpd to 0.9.0 release
- Add graphics/libwpg01 and textproc/libwpd08 as support libraries only
- Take maintainership of textproc/libwpd[08] [1]
- Chase dependencies in related ports
- Describe updating procedure in UPDATING
Approved by: Mikhail Teterin (maintainer) via mail [1]
Diffstat (limited to 'textproc/libwps')
-rw-r--r-- | textproc/libwps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libwps/Makefile b/textproc/libwps/Makefile index 1864d1c7170b..3a4ad500dafa 100644 --- a/textproc/libwps/Makefile +++ b/textproc/libwps/Makefile @@ -7,14 +7,14 @@ PORTNAME= libwps PORTVERSION= 0.1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A Microsoft file word processor format import filter library -LIB_DEPENDS= wpd-0.8.8:${PORTSDIR}/textproc/libwpd +LIB_DEPENDS= wpd-0.8.8:${PORTSDIR}/textproc/libwpd08 USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gnomehack ltverhack |