diff options
author | mat <mat@FreeBSD.org> | 2015-05-19 01:07:45 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-19 01:07:45 +0800 |
commit | 2574893f2308874906f621f7c7435d7f8d5b2e33 (patch) | |
tree | 912fc46258efb2d48bb6aedc0d0b7102da00f29c /math/pdal | |
parent | 03e238719c2d43ed160b7409281f5f7295a8710a (diff) | |
download | freebsd-ports-gnome-2574893f2308874906f621f7c7435d7f8d5b2e33.tar.gz freebsd-ports-gnome-2574893f2308874906f621f7c7435d7f8d5b2e33.tar.zst freebsd-ports-gnome-2574893f2308874906f621f7c7435d7f8d5b2e33.zip |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'math/pdal')
-rw-r--r-- | math/pdal/Makefile | 6 | ||||
-rw-r--r-- | math/pdal/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/pdal/Makefile b/math/pdal/Makefile index d5df08e085b2..51822a0a16af 100644 --- a/math/pdal/Makefile +++ b/math/pdal/Makefile @@ -4,18 +4,18 @@ PORTNAME= pdal PORTVERSION= 0.9.8 CATEGORIES= math databases graphics -MASTER_SITES= http://github.com/PDAL/PDAL/archive/${PORTVERSION}.tar.gz?dummy=/ MAINTAINER= coder@tuxfamily.org COMMENT= Library for translating and manipulating point cloud data LICENSE= BSD3CLAUSE -WRKSRC= ${WRKDIR}/PDAL-${PORTVERSION} - USES= cmake compiler compiler_ARGS= c++11-lang USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME:tu} +GH_PROJECT= ${GH_ACCOUNT} OPTIONS_DEFINE= GDAL GEOTIFF LIBXML2 EMBED_BOOST OPTIONS_DEFAULT= GDAL GEOTIFF LIBXML2 diff --git a/math/pdal/distinfo b/math/pdal/distinfo index c09403f2f6a9..5f2e69d38597 100644 --- a/math/pdal/distinfo +++ b/math/pdal/distinfo @@ -1,2 +1,2 @@ -SHA256 (pdal-0.9.8.tar.gz) = aef41ae7c8b87541eb9cc11c2e17f086ac26799f3e4da0f19f8e78e0538060ff -SIZE (pdal-0.9.8.tar.gz) = 11046030 +SHA256 (PDAL-PDAL-0.9.8_GH0.tar.gz) = aef41ae7c8b87541eb9cc11c2e17f086ac26799f3e4da0f19f8e78e0538060ff +SIZE (PDAL-PDAL-0.9.8_GH0.tar.gz) = 11046030 |