summaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-10-18 05:15:44 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-10-18 05:15:44 +0000
commit3305fd305d47ff27358670aee468af8d78575dea (patch)
treed855d8a3d6e495b3c47ef48ccd4c5a5eed2b3420 /x11-fonts
parent- Update to 3385 (diff)
fix fetch
Reported by: pav
Notes
Notes: svn path=/head/; revision=283746
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/charis-compact/Makefile9
-rw-r--r--x11-fonts/doulos-compact/Makefile9
2 files changed, 14 insertions, 4 deletions
diff --git a/x11-fonts/charis-compact/Makefile b/x11-fonts/charis-compact/Makefile
index 1b4c889865b1..cfe5e46ef04c 100644
--- a/x11-fonts/charis-compact/Makefile
+++ b/x11-fonts/charis-compact/Makefile
@@ -7,9 +7,14 @@
PORTNAME= CharisSILCompact
PORTVERSION= 4.110
+PORTREVISION= 1
CATEGORIES= x11-fonts
-MASTER_SITES= http://scripts.sil.org/ttw/fonts2go.cgi?family=CharisSIL&pkg=Compact&ver=${PORTVERSION}&filename=/ \
- LOCAL/bf
+#unfortunately, the SIL server embeds timestamps in the distfile, so we use a static local copy
+.if defined(MAINTAINER_MODE)
+MASTER_SITES= http://scripts.sil.org/ttw/fonts2go.cgi?family=CharisSIL&pkg=Compact&ver=${PORTVERSION}&filename=/
+.else
+MASTER_SITES= LOCAL/bf
+.endif
MASTER_SITE_SUBDIR= #prevent bsd.xorg.mk from setting a default subdirectory
MAINTAINER= bf@FreeBSD.org
diff --git a/x11-fonts/doulos-compact/Makefile b/x11-fonts/doulos-compact/Makefile
index 21e886069f08..965cbe6f3a75 100644
--- a/x11-fonts/doulos-compact/Makefile
+++ b/x11-fonts/doulos-compact/Makefile
@@ -7,9 +7,14 @@
PORTNAME= DoulosSILCompact
PORTVERSION= 4.110
+PORTREVISION= 1
CATEGORIES= x11-fonts
-MASTER_SITES= http://scripts.sil.org/ttw/fonts2go.cgi?family=DoulosSIL&pkg=Compact&ver=${PORTVERSION}&filename=/ \
- LOCAL/bf
+#unfortunately, the SIL server embeds timestamps in the distfile, so we use a static local copy
+.if defined(MAINTAINER_MODE)
+MASTER_SITES= http://scripts.sil.org/ttw/fonts2go.cgi?family=DoulosSIL&pkg=Compact&ver=${PORTVERSION}&filename=/
+.else
+MASTER_SITES= LOCAL/bf
+.endif
MASTER_SITE_SUBDIR= #prevent bsd.xorg.mk from setting a default subdirectory
MAINTAINER= bf@FreeBSD.org