Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2009 11:02:09 -0400 (EDT)
From:      Naram Qashat <cyberbotx@cyberbotx.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/138069: [MAINTAINER] print/fontforge: Fix fetch after recent Sourceforge migration
Message-ID:  <200908221502.n7MF29FM091842@kirby.cyberbotx.com>
Resent-Message-ID: <200908221510.n7MFA7lB091136@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         138069
>Category:       ports
>Synopsis:       [MAINTAINER] print/fontforge: Fix fetch after recent Sourceforge migration
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 22 15:10:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Naram Qashat
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed Jun  3 04:24:13 EDT
>Description:
Fix fetch after recent Sourceforge migration

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- fontforge-20090622_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/print/fontforge/Makefile /kirby/shared/ports/fontforge/Makefile
--- /usr/ports/print/fontforge/Makefile	2009-08-22 10:52:10.000000000 -0400
+++ /kirby/shared/ports/fontforge/Makefile	2009-08-22 11:01:24.000000000 -0400
@@ -32,7 +32,8 @@
 
 .if !defined(NOPORTDOCS)
 DOC_VERSION=	${PORTVERSION}
-DOCFILES=	${PORTNAME}_htdocs-${DOC_VERSION}.tar.bz2
+MASTER_SITES+=	SF/${PORTNAME}/${PORTNAME}-docs/${DOC_VERSION}:docs
+DOCFILES=	${PORTNAME}_htdocs-${DOC_VERSION}.tar.bz2:docs
 .endif
 
 USE_BZIP2=	yes
--- fontforge-20090622_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908221502.n7MF29FM091842>