summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2005-07-11 03:44:36 +0000
committerMark Pulford <markp@FreeBSD.org>2005-07-11 03:44:36 +0000
commitcd766c325408ad30c99e7bd0d2917322aa734137 (patch)
tree6383402b26577425f7823e87b8ffa9d9cb7d1fcd
parentUpdate to 2.3.2, only a lot of bug fixes. See release note for detail: (diff)
Update to 1.3.1.
-rw-r--r--archivers/xdms/Makefile16
-rw-r--r--archivers/xdms/distinfo4
-rw-r--r--archivers/xdms/pkg-descr2
3 files changed, 10 insertions, 12 deletions
diff --git a/archivers/xdms/Makefile b/archivers/xdms/Makefile
index 001b2520bc34..27e39716553b 100644
--- a/archivers/xdms/Makefile
+++ b/archivers/xdms/Makefile
@@ -6,28 +6,26 @@
#
PORTNAME= xdms
-PORTVERSION= 1.3
+PORTVERSION= 1.3.1
CATEGORIES= archivers
-MASTER_SITES= http://www.ee.tut.fi/~heikki/xdms/
-DISTNAME= xdms
+MASTER_SITES= http://www.modeemi.fi/~shd/xdms/
MAINTAINER= markp@FreeBSD.org
COMMENT= An Amiga DMS archiver unpacker
-USE_ZIP= yes
USE_REINPLACE= yes
-WRKSRC= ${WRKDIR}/xdms/src
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${PREFIX}
ALL_TARGET= xdms
post-patch:
- ${REINPLACE_CMD} "s@gcc@${CC}@g; s@-O3 -Wall@${CFLAGS} -Wall@g" \
- ${WRKSRC}/Makefile
+ ${REINPLACE_CMD} "s@-O3 -Wall@-Wall@g" ${WRKSRC}/src/Makefile.in
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/xdms ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/xdms ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/xdms
- ${INSTALL_DATA} ${WRKDIR}/xdms/xdms.txt ${PREFIX}/share/doc/xdms
+ ${INSTALL_DATA} ${WRKSRC}/xdms.txt ${PREFIX}/share/doc/xdms
.endif
.include <bsd.port.mk>
diff --git a/archivers/xdms/distinfo b/archivers/xdms/distinfo
index a5b0e757cee3..3815cc04ae1e 100644
--- a/archivers/xdms/distinfo
+++ b/archivers/xdms/distinfo
@@ -1,2 +1,2 @@
-MD5 (xdms.zip) = a4ae4e20293723cd7e575381a9160e36
-SIZE (xdms.zip) = 164975
+MD5 (xdms-1.3.1.tar.gz) = cba680961e6cffc855481d15442a71bc
+SIZE (xdms-1.3.1.tar.gz) = 41258
diff --git a/archivers/xdms/pkg-descr b/archivers/xdms/pkg-descr
index e081f356e920..4ef905ba3f96 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://www.ee.tut.fi/~heikki/xdms/
+WWW: http://www.modeemi.fi/~shd/xdms/