diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-19 00:24:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-19 00:24:58 +0000 |
commit | a0147c5d9e9e5da046b2274177dca85d48696dbb (patch) | |
tree | b924bf9797907702641bcc2ef4da2778fc3288ab /textproc/wv | |
parent | 267c237635f0762019cca3e3a39401fb879dc998 (diff) |
- Update to 1.2.6
- Pass maintainership to submitter
PR: 138302
Submitted by: bf <bf1783@gmail.com>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=241702
Diffstat (limited to 'textproc/wv')
-rw-r--r-- | textproc/wv/Makefile | 11 | ||||
-rw-r--r-- | textproc/wv/distinfo | 6 | ||||
-rw-r--r-- | textproc/wv/pkg-message | 6 | ||||
-rw-r--r-- | textproc/wv/pkg-plist | 2 |
4 files changed, 17 insertions, 8 deletions
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile index 7a6d25f8afac..f4c36e4795cf 100644 --- a/textproc/wv/Makefile +++ b/textproc/wv/Makefile @@ -6,12 +6,11 @@ # PORTNAME= wv -PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTVERSION= 1.2.6 CATEGORIES= textproc MASTER_SITES= http://www.abisource.com/downloads/wv/${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf1783@gmail.com COMMENT= A library and executables to access Microsoft Word files LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf @@ -21,7 +20,8 @@ USE_GNOME= gnometarget libgsf USE_GMAKE= yes USE_AUTOTOOLS= libtool:22 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" \ + MKDIR_P="${MKDIR}" CONFIGURE_ARGS= --with-png=${LOCALBASE} \ --with-libwmf=${LOCALBASE} MAKEFILE= GNUmakefile @@ -32,4 +32,7 @@ MAN1= wvAbw.1 wvCleanLatex.1 wvDVI.1 wvHtml.1 wvLatex.1 wvMime.1 wvPDF.1 \ wvPS.1 wvRTF.1 wvSummary.1 wvText.1 wvVersion.1 wvWare.1 wvWml.1 MLINKS= wvWare.1 wvConvert.1 +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> diff --git a/textproc/wv/distinfo b/textproc/wv/distinfo index 140b638022eb..34f7a65f31e3 100644 --- a/textproc/wv/distinfo +++ b/textproc/wv/distinfo @@ -1,3 +1,3 @@ -MD5 (wv-1.2.5.tar.gz) = ae506eae4825c93d0cd7939ce6cbae41 -SHA256 (wv-1.2.5.tar.gz) = ddadc64a306a15a592f8599d4b6d00de596c22ba9e8b22dbf36cc7c504dc0952 -SIZE (wv-1.2.5.tar.gz) = 653231 +MD5 (wv-1.2.6.tar.gz) = 532fd6aa56e9d05e1b945bd6df0e2d32 +SHA256 (wv-1.2.6.tar.gz) = 3884723e05b2b60d56d89b4020549c06c70c6c1d0a7aa12fdb9719a22c854255 +SIZE (wv-1.2.6.tar.gz) = 591180 diff --git a/textproc/wv/pkg-message b/textproc/wv/pkg-message new file mode 100644 index 000000000000..c8ad543296fa --- /dev/null +++ b/textproc/wv/pkg-message @@ -0,0 +1,6 @@ +******************************************************************* + +Some output formats (for example, DVI, PDF, and PS) require a LaTeX +implementation, such as print/teTeX, to be installed. + +******************************************************************* diff --git a/textproc/wv/pkg-plist b/textproc/wv/pkg-plist index ec23de16330a..b8f66b2a27dc 100644 --- a/textproc/wv/pkg-plist +++ b/textproc/wv/pkg-plist @@ -16,7 +16,7 @@ bin/wvWare bin/wvWml include/wv/wv.h lib/libwv-1.2.so -lib/libwv-1.2.so.4 +lib/libwv-1.2.so.3 lib/libwv.a lib/libwv.la lib/libwv.so |