diff options
author | bland <bland@FreeBSD.org> | 2003-12-22 17:06:12 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2003-12-22 17:06:12 +0800 |
commit | 7583d70e57de7591d538535c9716f515854e5304 (patch) | |
tree | 90f64348b795f508dee8157b5eb1e59b9d6ed92b /print/gribouy | |
parent | 87af3efb7d2fc331efee4c338ac53a7b7c0552b7 (diff) | |
download | freebsd-ports-gnome-7583d70e57de7591d538535c9716f515854e5304.tar.gz freebsd-ports-gnome-7583d70e57de7591d538535c9716f515854e5304.tar.zst freebsd-ports-gnome-7583d70e57de7591d538535c9716f515854e5304.zip |
SAVANNAH_MASTER_SITE got compromised not so far. Currently
their ftp service offline. Mirror audited Gribouy sorce
tarrball localy till they get back operational. In fact
it's same to original tarball. No any evidence of
malicious code injection found.
Reported by: bento (unfetchable file)
Diffstat (limited to 'print/gribouy')
-rw-r--r-- | print/gribouy/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/gribouy/Makefile b/print/gribouy/Makefile index e3e67c4c22c1..f2f57dd15a57 100644 --- a/print/gribouy/Makefile +++ b/print/gribouy/Makefile @@ -8,8 +8,10 @@ PORTNAME= gribouy PORTVERSION= 0.0.8 CATEGORIES= print gnome -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= gribouy/unstable.pkg/${PORTVERSION:R} +#MASTER_SITES= ${MASTER_SITE_SAVANNAH} +#MASTER_SITE_SUBDIR= gribouy/unstable.pkg/${PORTVERSION:R} +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= bland MAINTAINER= gnome@FreeBSD.org COMMENT= Gribouy is a Type1 font editor |