diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-01 22:00:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-01 22:00:14 +0000 |
commit | 65a12ec10421c549aec7360e56642b4a9d199fa3 (patch) | |
tree | bb2003c5e556c48967bca81c4d867a977aec1959 /devel/liblas | |
parent | 21fcf577c296a552b4286e30c96efd15c6ded604 (diff) | |
download | ports-65a12ec10421c549aec7360e56642b4a9d199fa3.tar.gz ports-65a12ec10421c549aec7360e56642b4a9d199fa3.zip |
Notes
Diffstat (limited to 'devel/liblas')
-rw-r--r-- | devel/liblas/Makefile | 6 | ||||
-rw-r--r-- | devel/liblas/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/devel/liblas/Makefile b/devel/liblas/Makefile index 6c8da1a98d89..f04ee41cda04 100644 --- a/devel/liblas/Makefile +++ b/devel/liblas/Makefile @@ -4,10 +4,10 @@ # $FreeBSD$ PORTNAME= liblas -PORTVERSION= 0.9.7 +PORTVERSION= 1.0.0 CATEGORIES= devel MASTER_SITES= http://liblas.org/raw-attachment/wiki/${PORTVERSION}/ -DISTNAME= las-${PORTVERSION} +DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= wenheping@gmail.com COMMENT= A Library For Reading And Writing LAS-Format Data @@ -17,4 +17,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes +WRKSRC= ${WRKDIR}/las-1.0.0 + .include <bsd.port.mk> diff --git a/devel/liblas/distinfo b/devel/liblas/distinfo index f2156495e2cc..9055a8b3045f 100644 --- a/devel/liblas/distinfo +++ b/devel/liblas/distinfo @@ -1,3 +1,3 @@ -MD5 (las-0.9.7.tar.bz2) = 4600b06e261ac53a9bc823168af86710 -SHA256 (las-0.9.7.tar.bz2) = 89385222588948b5d27943fed5ea743dc98709a4195ac946abd8264ba7f933be -SIZE (las-0.9.7.tar.bz2) = 288072 +MD5 (liblas-1.0.0-src.tar.bz2) = 92c60f1de4a643e17b06ce882d90f864 +SHA256 (liblas-1.0.0-src.tar.bz2) = 94ae0e85dfa471b7a9105238ecdbdbf72c8c623ed65e4781e9d6b03c21524905 +SIZE (liblas-1.0.0-src.tar.bz2) = 294172 |