diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2015-12-16 05:47:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2015-12-16 05:47:20 +0000 |
commit | daf2284c91846b81c9197f750cb5790c757648e4 (patch) | |
tree | a4d6fe279e89ebdeb044ae60678de5c9623b3e64 | |
parent | - Update to 7.8.14. (diff) |
- Unbreak
- Switch to Github
Note: The project use to package c, csharp, python seperately, with the switch to
github tarball includes bindings, which we wont be installing.
PR: 205286
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: D4566
Notes
Notes:
svn path=/head/; revision=403840
-rw-r--r-- | devel/liblas12/Makefile | 11 | ||||
-rw-r--r-- | devel/liblas12/distinfo | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/liblas12/Makefile b/devel/liblas12/Makefile index 6300381014de..16646080925c 100644 --- a/devel/liblas12/Makefile +++ b/devel/liblas12/Makefile @@ -4,21 +4,20 @@ PORTNAME= liblas12 PORTVERSION= 1.2.1 CATEGORIES= devel -MASTER_SITES= http://trac.liblas.org/raw-attachment/wiki/${PORTVERSION}/ -DISTNAME= liblas-src-${PORTVERSION} MAINTAINER= rhurlin@gwdg.de COMMENT= Library For Reading And Writing LAS-Format Data -BROKEN= unfetchable LICENSE= BSD2CLAUSE CONFLICTS= liblas-1.7* -USES= gmake libtool +USE_GITHUB= yes +GH_ACCOUNT= libLAS +GH_PROJECT= libLAS + +USES= autoreconf gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/liblas-src-${PORTVERSION} - .include <bsd.port.mk> diff --git a/devel/liblas12/distinfo b/devel/liblas12/distinfo index 29c2a05a0900..3cf9a4e07105 100644 --- a/devel/liblas12/distinfo +++ b/devel/liblas12/distinfo @@ -1,2 +1,2 @@ -SHA256 (liblas-src-1.2.1.tar.gz) = 4ca62a3fb5cd638f8f2e16088e55016394b530af05f75f558d3a678bbb397ab3 -SIZE (liblas-src-1.2.1.tar.gz) = 438263 +SHA256 (libLAS-libLAS-1.2.1_GH0.tar.gz) = ad9fbc55d8a56cc3f5eec2a59dd1057ffbae02d8ec476e6fb9c94476c73b3440 +SIZE (libLAS-libLAS-1.2.1_GH0.tar.gz) = 2327333 |