diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-14 10:15:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-14 10:15:04 +0000 |
commit | 60d1a83c2a113150cedbc43ff12a7375144f741a (patch) | |
tree | 627649ff7699a289d5d78c11bf8d105881402ca8 /cad | |
parent | Update MASTER_SITES (diff) |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'cad')
-rw-r--r-- | cad/basicdsp/Makefile | 3 | ||||
-rw-r--r-- | cad/cascade/Makefile | 3 | ||||
-rw-r--r-- | cad/cider/Makefile | 3 | ||||
-rw-r--r-- | cad/electric-ng/Makefile | 3 | ||||
-rw-r--r-- | cad/fidocadj/Makefile | 3 | ||||
-rw-r--r-- | cad/geda/Makefile | 3 | ||||
-rw-r--r-- | cad/kicad-devel/Makefile | 3 | ||||
-rw-r--r-- | cad/layouteditor/Makefile | 3 | ||||
-rw-r--r-- | cad/meshdev/Makefile | 3 |
9 files changed, 9 insertions, 18 deletions
diff --git a/cad/basicdsp/Makefile b/cad/basicdsp/Makefile index 482c29f87c90..8a9973062d8d 100644 --- a/cad/basicdsp/Makefile +++ b/cad/basicdsp/Makefile @@ -6,8 +6,7 @@ PORTVERSION= 1.01 PORTREVISION= 6 CATEGORIES= cad hamradio MASTER_SITES= http://wwwhome.cs.utwente.nl/~ptdeboer/ham/basicdsp/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= db + LOCAL/db MAINTAINER= db@FreeBSD.org COMMENT= Program for experimenting with simple audio DSP algorithms diff --git a/cad/cascade/Makefile b/cad/cascade/Makefile index a695a1d9abf4..35d9a6e3abf3 100644 --- a/cad/cascade/Makefile +++ b/cad/cascade/Makefile @@ -4,8 +4,7 @@ PORTNAME= cascade PORTVERSION= 1.4 CATEGORIES= cad -MASTER_SITES= SF -MASTER_SITE_SUBDIR= rfcascade/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/rfcascade/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Simple tool to analyze noise and distortion of a RF system diff --git a/cad/cider/Makefile b/cad/cider/Makefile index 7b96f0e16761..7ae6af857b53 100644 --- a/cad/cider/Makefile +++ b/cad/cider/Makefile @@ -5,8 +5,7 @@ PORTNAME= cider PORTVERSION= 1.b1 PORTREVISION= 8 CATEGORIES= cad -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= mita +MASTER_SITES= LOCAL/mita DISTNAME= cider1b1 MAINTAINER= ports@FreeBSD.org diff --git a/cad/electric-ng/Makefile b/cad/electric-ng/Makefile index 2b4e738a5afb..eaf283f491b4 100644 --- a/cad/electric-ng/Makefile +++ b/cad/electric-ng/Makefile @@ -5,10 +5,9 @@ PORTNAME= electric PORTVERSION= 9.05 PORTREVISION= 1 CATEGORIES= cad java -MASTER_SITES= ${MASTER_SITE_GNU} \ +MASTER_SITES= GNU/${PORTNAME:S/-ng//} \ http://www.staticfreesoft.com/:1 \ http://www.staticfreesoft.com/jmanual/:2 -MASTER_SITE_SUBDIR= ${PORTNAME:S/-ng//} PKGNAMESUFFIX= -ng EXTRACT_SUFX= DISTFILES+= ${PORTNAME}Binary-${PORTVERSION}.jar diff --git a/cad/fidocadj/Makefile b/cad/fidocadj/Makefile index 34e77a0ef5ac..c42662e25188 100644 --- a/cad/fidocadj/Makefile +++ b/cad/fidocadj/Makefile @@ -5,8 +5,7 @@ PORTNAME= fidocadj PORTVERSION= 0.24.4 #PORTREVISION= 0 CATEGORIES= cad -MASTER_SITES= SF:src,docs -MASTER_SITE_SUBDIR= ${PORTNAME}/:src ${PORTNAME}/manuals/:docs +MASTER_SITES= SF/${PORTNAME}/:src SF/${PORTNAME}/manuals/:docs DISTFILES= ${PORTNAME}.jar:src EXTRACT_ONLY= diff --git a/cad/geda/Makefile b/cad/geda/Makefile index a5b2563ca12e..ccb17a67aed5 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -6,8 +6,7 @@ PORTVERSION= 1.8.2 PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= cad -MASTER_SITES= http://ftp.geda-project.org/geda-gaf/stable/%SUBDIR%/ -MASTER_SITE_SUBDIR= v${PORTVERSION:R}/${PORTVERSION} +MASTER_SITES= http://ftp.geda-project.org/geda-gaf/stable/v${PORTVERSION:R}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-gaf-${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile index fc62b4288c03..d9f2345e32ef 100644 --- a/cad/kicad-devel/Makefile +++ b/cad/kicad-devel/Makefile @@ -5,8 +5,7 @@ PORTNAME= kicad DISTVERSION= r${BZR_SRC_REV} PORTREVISION= 1 CATEGORIES= cad -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= mr +MASTER_SITES= LOCAL/mr PKGNAMESUFFIX= -devel DIST_SUBDIR= ${PORTNAME} diff --git a/cad/layouteditor/Makefile b/cad/layouteditor/Makefile index 90ade69a5dff..d7b4e14122dc 100644 --- a/cad/layouteditor/Makefile +++ b/cad/layouteditor/Makefile @@ -5,8 +5,7 @@ PORTNAME= layouteditor PORTVERSION= 0.0.20110614 PORTREVISION= 2 CATEGORIES= cad -MASTER_SITES= LOCAL -MASTER_SITE_SUBDIR= hrs +MASTER_SITES= LOCAL/hrs DISTNAME= LayoutEditor-${PORTVERSION:S,^0.0.,,}-gpl-src MAINTAINER= hrs@FreeBSD.org diff --git a/cad/meshdev/Makefile b/cad/meshdev/Makefile index a45d31cbf723..bd301711dc50 100644 --- a/cad/meshdev/Makefile +++ b/cad/meshdev/Makefile @@ -4,9 +4,8 @@ PORTNAME= meshdev PORTVERSION= 0.5 CATEGORIES= cad -MASTER_SITES= ${MASTER_SITE_LOCAL} \ +MASTER_SITES= LOCAL/gahr \ http://people.freebsd.org/~gahr/distfiles/ -MASTER_SITE_SUBDIR= gahr MAINTAINER= ports@FreeBSD.org COMMENT= Mesh comparison software |