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 /databases/sfcgal | |
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 'databases/sfcgal')
-rw-r--r-- | databases/sfcgal/Makefile | 6 | ||||
-rw-r--r-- | databases/sfcgal/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/databases/sfcgal/Makefile b/databases/sfcgal/Makefile index 2ad29f14bd4e..cf4933eb689c 100644 --- a/databases/sfcgal/Makefile +++ b/databases/sfcgal/Makefile @@ -3,8 +3,8 @@ PORTNAME= sfcgal PORTVERSION= 1.0.5 +DISTVERSIONPREFIX= v CATEGORIES= databases math graphics -MASTER_SITES= http://github.com/Oslandia/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/ MAINTAINER= coder@tuxfamily.org COMMENT= Wrapper library around CGAL for PostGIS @@ -16,7 +16,9 @@ LIB_DEPENDS= libCGAL.so:${PORTSDIR}/math/cgal \ libgmp.so:${PORTSDIR}/math/gmp \ libmpfr.so:${PORTSDIR}/math/mpfr -WRKSRC= ${WRKDIR}/SFCGAL-${PORTVERSION} +USE_GITHUB= yes +GH_ACCOUNT= Oslandia +GH_PROJECT= SFCGAL USES= cmake compiler libtool compiler_ARGS= c++0x diff --git a/databases/sfcgal/distinfo b/databases/sfcgal/distinfo index ebe8f8600361..7d3df55d4f63 100644 --- a/databases/sfcgal/distinfo +++ b/databases/sfcgal/distinfo @@ -1,2 +1,2 @@ -SHA256 (sfcgal-1.0.5.tar.gz) = a9cdaf7334bf28dc71c6338d090c1d1402041c5e320b6c2e3669f7758946a01c -SIZE (sfcgal-1.0.5.tar.gz) = 2376514 +SHA256 (Oslandia-SFCGAL-v1.0.5_GH0.tar.gz) = a9cdaf7334bf28dc71c6338d090c1d1402041c5e320b6c2e3669f7758946a01c +SIZE (Oslandia-SFCGAL-v1.0.5_GH0.tar.gz) = 2376514 |