Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2015 08:05:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198951] [NEW PORT] x11-themes/evolvere-icon-theme: Icon themes for KDE, Gnome, Xfce
Message-ID:  <bug-198951-13-por5bydR14@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198951-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-198951-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198951

--- Comment #17 from Mathieu Arnold <mat@FreeBSD.org> ---
Or you could add no DISTFILE, write your own do-fetch target, use the svn
interface and do something like this:

do-fetch:
.for i in ${PORT_OPTIONS:MSET*}
        cd ${WRKDIR} && svn export
https://github.com/franksouza183/EvolvereSuit/trunk/${${i}_FOLDER}
franksouza183-EvolvereSuit-${${i}_FOLDER}
.endfor

There should be a way to specify the revision you want, YMMV.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198951-13-por5bydR14>