diff options
author | pav <pav@FreeBSD.org> | 2004-08-21 23:19:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-08-21 23:19:42 +0800 |
commit | dc62b5b364f6703748d4f4419d29b2d8c5ece781 (patch) | |
tree | 2f319511e763908d382c19fada542111053a5290 /devel | |
parent | 1c182be693dad5fb407d24735acc05d54d785858 (diff) | |
download | freebsd-ports-gnome-dc62b5b364f6703748d4f4419d29b2d8c5ece781.tar.gz freebsd-ports-gnome-dc62b5b364f6703748d4f4419d29b2d8c5ece781.tar.zst freebsd-ports-gnome-dc62b5b364f6703748d4f4419d29b2d8c5ece781.zip |
- Introduce MASTER_SITE_OSSP
PR: ports/70504
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mm/Makefile | 3 | ||||
-rw-r--r-- | devel/ossp-al/Makefile | 3 | ||||
-rw-r--r-- | devel/ossp-cfg/Makefile | 3 | ||||
-rw-r--r-- | devel/ossp-ex/Makefile | 3 | ||||
-rw-r--r-- | devel/ossp-l2/Makefile | 3 | ||||
-rw-r--r-- | devel/ossp-val/Makefile | 3 | ||||
-rw-r--r-- | devel/ossp-var/Makefile | 3 | ||||
-rw-r--r-- | devel/ossp-xds/Makefile | 3 | ||||
-rw-r--r-- | devel/shtool/Makefile | 3 | ||||
-rw-r--r-- | devel/str/Makefile | 3 |
10 files changed, 20 insertions, 10 deletions
diff --git a/devel/mm/Makefile b/devel/mm/Makefile index f9fd27f71a78..c6d563741ce4 100644 --- a/devel/mm/Makefile +++ b/devel/mm/Makefile @@ -8,7 +8,8 @@ PORTNAME= mm PORTVERSION= 1.3.0 CATEGORIES= devel -MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/mm/ +MASTER_SITES= ${MASTER_SITE_OSSP} +MASTER_SITE_SUBDIR= lib/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Shared memory allocation library for pre-forked process models diff --git a/devel/ossp-al/Makefile b/devel/ossp-al/Makefile index 0bb9dc560d90..698fa9e95dba 100644 --- a/devel/ossp-al/Makefile +++ b/devel/ossp-al/Makefile @@ -12,7 +12,8 @@ PORTVERSION= 0.9.1 PORTREVISION= 2 PORTEPOCH= 0 CATEGORIES= devel -MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/al/ +MASTER_SITES= ${MASTER_SITE_OSSP} +MASTER_SITE_SUBDIR= lib/${PORTNAME} PKGNAMEPREFIX= ossp- MAINTAINER= ports@FreeBSD.org diff --git a/devel/ossp-cfg/Makefile b/devel/ossp-cfg/Makefile index 5e8a31a17218..b6442c3755be 100644 --- a/devel/ossp-cfg/Makefile +++ b/devel/ossp-cfg/Makefile @@ -10,7 +10,8 @@ PORTNAME= cfg PORTVERSION= 0.9.3 CATEGORIES= devel -MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/cfg/ +MASTER_SITES= ${MASTER_SITE_OSSP} +MASTER_SITE_SUBDIR= lib/${PORTNAME} PKGNAMEPREFIX= ossp- MAINTAINER= ports@FreeBSD.org diff --git a/devel/ossp-ex/Makefile b/devel/ossp-ex/Makefile index 05c1a159dfb1..74ff7f10f905 100644 --- a/devel/ossp-ex/Makefile +++ b/devel/ossp-ex/Makefile @@ -10,7 +10,8 @@ PORTNAME= ex PORTVERSION= 1.0.4 CATEGORIES= devel -MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/ex/ +MASTER_SITES= ${MASTER_SITE_OSSP} +MASTER_SITE_SUBDIR= lib/${PORTNAME} PKGNAMEPREFIX= ossp- MAINTAINER= me@davidyu.org diff --git a/devel/ossp-l2/Makefile b/devel/ossp-l2/Makefile index 835b5883e243..7bae244c6dfb 100644 --- a/devel/ossp-l2/Makefile +++ b/devel/ossp-l2/Makefile @@ -10,7 +10,8 @@ PORTNAME= l2 PORTVERSION= 0.9.8 CATEGORIES= devel -MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/l2/ +MASTER_SITES= ${MASTER_SITE_OSSP} +MASTER_SITE_SUBDIR= lib/${PORTNAME} PKGNAMEPREFIX= ossp- MAINTAINER= ports@FreeBSD.org diff --git a/devel/ossp-val/Makefile b/devel/ossp-val/Makefile index 3da86c506cd8..b90b296a644d 100644 --- a/devel/ossp-val/Makefile +++ b/devel/ossp-val/Makefile @@ -10,7 +10,8 @@ PORTNAME= val PORTVERSION= 0.9.2 CATEGORIES= devel -MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/val/ +MASTER_SITES= ${MASTER_SITE_OSSP} +MASTER_SITE_SUBDIR= lib/${PORTNAME} PKGNAMEPREFIX= ossp- MAINTAINER= ports@FreeBSD.org diff --git a/devel/ossp-var/Makefile b/devel/ossp-var/Makefile index 79c0da3ff607..94e87d6ea4e4 100644 --- a/devel/ossp-var/Makefile +++ b/devel/ossp-var/Makefile @@ -9,7 +9,8 @@ PORTNAME= var PORTVERSION= 1.1.0 CATEGORIES= devel -MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/var/ +MASTER_SITES= ${MASTER_SITE_OSSP} +MASTER_SITE_SUBDIR= lib/${PORTNAME} PKGNAMEPREFIX= ossp- MAINTAINER= ports@FreeBSD.org diff --git a/devel/ossp-xds/Makefile b/devel/ossp-xds/Makefile index a41124967117..d0eb54ae84d6 100644 --- a/devel/ossp-xds/Makefile +++ b/devel/ossp-xds/Makefile @@ -8,7 +8,8 @@ PORTNAME= xds PORTVERSION= 0.9.0 CATEGORIES= devel -MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/${PORTNAME}/ +MASTER_SITES= ${MASTER_SITE_OSSP} +MASTER_SITE_SUBDIR= lib/${PORTNAME} PKGNAMEPREFIX= ossp- MAINTAINER= ports@FreeBSD.org diff --git a/devel/shtool/Makefile b/devel/shtool/Makefile index c06668161c98..7a6ca1d3487b 100644 --- a/devel/shtool/Makefile +++ b/devel/shtool/Makefile @@ -8,7 +8,8 @@ PORTNAME= shtool PORTVERSION= 2.0.1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.ossp.org/pkg/tool/shtool/ +MASTER_SITES= ${MASTER_SITE_OSSP} +MASTER_SITE_SUBDIR= tool/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= The GNU Portable Shell Tool diff --git a/devel/str/Makefile b/devel/str/Makefile index 6e28fa3d7272..6f5e3152fe47 100644 --- a/devel/str/Makefile +++ b/devel/str/Makefile @@ -8,7 +8,8 @@ PORTNAME= str PORTVERSION= 0.9.9 CATEGORIES= devel -MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/str/ +MASTER_SITES= ${MASTER_SITE_OSSP} +MASTER_SITE_SUBDIR= lib/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Generic String Library |