diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2009-10-31 12:34:11 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2009-10-31 12:34:11 +0000 |
commit | 24597500c6df4683f39082eab995705bcd2d6a62 (patch) | |
tree | ce07d4458d28373e5b39400d4f4b94f7e8fea801 | |
parent | a129ed181f6ef6090cf493c5a2400a1f176d44c1 (diff) | |
download | ports-24597500c6df4683f39082eab995705bcd2d6a62.tar.gz ports-24597500c6df4683f39082eab995705bcd2d6a62.zip |
Notes
-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 |