diff options
author | ade <ade@FreeBSD.org> | 2002-02-13 05:08:18 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-02-13 05:08:18 +0800 |
commit | 09cfb806c30cdc39eb42b3e9427c570607a4415e (patch) | |
tree | 2b72deeec77e76c7f6c6188c5d163ff142fecdd3 /news/pan/Makefile | |
parent | 78d17b1f6e70d541dfed9f18f8237c53c9239fd4 (diff) | |
download | freebsd-ports-graphics-09cfb806c30cdc39eb42b3e9427c570607a4415e.tar.gz freebsd-ports-graphics-09cfb806c30cdc39eb42b3e9427c570607a4415e.tar.zst freebsd-ports-graphics-09cfb806c30cdc39eb42b3e9427c570607a4415e.zip |
Update to 0.11.2, use MASTER_SITE_GNOME as primary location as part of
an ongoing attempt to ensure that ports in the GNOME metaports use
distfiles from the GNOME FTP sites for maximum (alleged :) compatibility.
Diffstat (limited to 'news/pan/Makefile')
-rw-r--r-- | news/pan/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index 1a688019a6a..cbe37a57a5a 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -6,10 +6,13 @@ # PORTNAME= pan -PORTVERSION= 0.11.1.94 +PORTVERSION= 0.11.2 CATEGORIES= news gnome -MASTER_SITES= http://pan.rebelbase.com/download/${PORTVERSION}/SOURCE/ \ +MASTER_SITES= ${MASTER_SITE_GNOME} \ + http://pan.rebelbase.com/download/${PORTVERSION}/SOURCE/ \ http://pan.rebelbase.com/download/obsolete/${PORTVERSION}/SOURCE/ +MASTER_SITE_SUBDIR= stable/sources/pan +DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org |