diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-25 16:23:44 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-25 16:23:44 +0000 |
commit | 81cc5b299e8195314272c113770208a359a10dc4 (patch) | |
tree | 9f05639a8a046464696cc7d3f13bf9b3504ea827 | |
parent | Adding port devel/p5-Package-Constants, List all constants declared in a (diff) |
Update to xDMS 1.3.2:
- It has a feature for salvaging broken DMS files.
- Extracted the man page from the debian package and improved it
Requested by: shd@jolt.modeemi.cs.tut.fi (Heikki Orsila)(software maintianer)
Notes
Notes:
svn path=/head/; revision=166315
-rw-r--r-- | archivers/xdms/Makefile | 7 | ||||
-rw-r--r-- | archivers/xdms/distinfo | 6 | ||||
-rw-r--r-- | archivers/xdms/pkg-descr | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/archivers/xdms/Makefile b/archivers/xdms/Makefile index 4294f87ce3d4..d50bd25d4658 100644 --- a/archivers/xdms/Makefile +++ b/archivers/xdms/Makefile @@ -6,13 +6,14 @@ # PORTNAME= xdms -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= archivers -MASTER_SITES= http://zakalwe.virtuaalipalvelin.net/~shd/foss/xdms/ +MASTER_SITES= http://zakalwe.fi/~shd/foss/xdms/ MAINTAINER= ports@FreeBSD.org COMMENT= An Amiga DMS archiver unpacker +USE_BZIP2= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} ALL_TARGET= xdms @@ -20,7 +21,7 @@ ALL_TARGET= xdms .include <bsd.port.pre.mk> post-patch: - ${REINPLACE_CMD} "s@-O3 -Wall@-Wall@g" ${WRKSRC}/src/Makefile.in + ${REINPLACE_CMD} "s@-O2 -Wall@$${CFLAGS} -Wall@g" ${WRKSRC}/src/Makefile.in .if ( ${OSVERSION} < 500000 ) ${REINPLACE_CMD} 's/stdint.h/inttypes.h/' ${WRKSRC}/src/cdata.h .endif diff --git a/archivers/xdms/distinfo b/archivers/xdms/distinfo index 9833363ab00d..75d3358d3908 100644 --- a/archivers/xdms/distinfo +++ b/archivers/xdms/distinfo @@ -1,3 +1,3 @@ -MD5 (xdms-1.3.1.tar.gz) = cba680961e6cffc855481d15442a71bc -SHA256 (xdms-1.3.1.tar.gz) = 35abadf64f6259b31b9431489e237a6db8fdc070b45509f56fb80475e08ca4d8 -SIZE (xdms-1.3.1.tar.gz) = 41258 +MD5 (xdms-1.3.2.tar.bz2) = f687a5beba88964ef0afd478efe99849 +SHA256 (xdms-1.3.2.tar.bz2) = 367ec4f02dd6a3a225b4338ea7b961b87fb144f7388b2ea1eb3a5593fc53f47e +SIZE (xdms-1.3.2.tar.bz2) = 43010 diff --git a/archivers/xdms/pkg-descr b/archivers/xdms/pkg-descr index 30a620e93bcd..29353d567f7f 100644 --- a/archivers/xdms/pkg-descr +++ b/archivers/xdms/pkg-descr @@ -3,4 +3,4 @@ decompression of files compressed using all known DMS compression modes, including old and obsolete ones, and also encrypted files, for 100% compatibility. -WWW: http://zakalwe.virtuaalipalvelin.net/~shd/foss/xdms/ +WWW: http://zakalwe.fi/~shd/foss/xdms/ |