diff options
author | gahr <gahr@FreeBSD.org> | 2009-10-31 20:34:11 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2009-10-31 20:34:11 +0800 |
commit | e4de3585d61229787e10df7b747178d17c68f0f8 (patch) | |
tree | 36867e52b42477c885c4705314341a15cbdfe2a0 /textproc | |
parent | 39e12673cb96af98866cd9491c4f050daf471f40 (diff) | |
download | freebsd-ports-gnome-e4de3585d61229787e10df7b747178d17c68f0f8.tar.gz freebsd-ports-gnome-e4de3585d61229787e10df7b747178d17c68f0f8.tar.zst freebsd-ports-gnome-e4de3585d61229787e10df7b747178d17c68f0f8.zip |
- Update to 1.0.0
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/scew/Makefile | 6 | ||||
-rw-r--r-- | textproc/scew/distinfo | 6 | ||||
-rw-r--r-- | textproc/scew/pkg-plist | 14 |
3 files changed, 18 insertions, 8 deletions
diff --git a/textproc/scew/Makefile b/textproc/scew/Makefile index 92cf6ecadecd..ec80ccaea9fa 100644 --- a/textproc/scew/Makefile +++ b/textproc/scew/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scew -PORTVERSION= 0.4.0 +PORTVERSION= 1.0.0 CATEGORIES= textproc MASTER_SITES= SAVANNAH/${PORTNAME}/ @@ -21,13 +21,13 @@ USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes USE_GNOME= gnomehack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" SCEW_EXAMPLES= print stream write post-install: .for ex in ${SCEW_EXAMPLES} - ${INSTALL_PROGRAM} ${WRKSRC}/examples/${PORTNAME}_${ex}/${PORTNAME}_${ex} ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/examples/${PORTNAME}_${ex}/${PORTNAME}_${ex} ${PREFIX}/bin .endfor .include <bsd.port.mk> diff --git a/textproc/scew/distinfo b/textproc/scew/distinfo index 45776ef2bfc3..2bd279151fa9 100644 --- a/textproc/scew/distinfo +++ b/textproc/scew/distinfo @@ -1,3 +1,3 @@ -MD5 (scew-0.4.0.tar.gz) = a43a2dc7bb0923ef8f4d7175c050f0c5 -SHA256 (scew-0.4.0.tar.gz) = c257f328cf3b568cf1ab772ce97f9c1bdb2e7455a98bd6f15e7274fa618f24b7 -SIZE (scew-0.4.0.tar.gz) = 110412 +MD5 (scew-1.0.0.tar.gz) = 1af25528c9c890b60c103fd71e588414 +SHA256 (scew-1.0.0.tar.gz) = 171dec203d8f5e30b143758f3a91b8471fb3b300967764823e7aa62d090fc8c5 +SIZE (scew-1.0.0.tar.gz) = 404564 diff --git a/textproc/scew/pkg-plist b/textproc/scew/pkg-plist index b3d31b4e5700..a58019ace568 100644 --- a/textproc/scew/pkg-plist +++ b/textproc/scew/pkg-plist @@ -3,13 +3,23 @@ bin/scew_stream bin/scew_write libdata/pkgconfig/scew.pc lib/libscew.a -include/scew/scew.h +lib/libscew.so +lib/libscew.so.1 include/scew/attribute.h +include/scew/bool.h include/scew/element.h include/scew/error.h +include/scew/export.h +include/scew/list.h include/scew/parser.h +include/scew/printer.h +include/scew/reader.h +include/scew/reader_buffer.h +include/scew/reader_file.h +include/scew/scew.h include/scew/str.h include/scew/tree.h -include/scew/types.h include/scew/writer.h +include/scew/writer_buffer.h +include/scew/writer_file.h @dirrm include/scew |