The attached patch will add a macro to bsd.sites.mk so that ports that are hosted on Google Code can simply have MASTER_SITE= set to ${MASTER_SITE_GOOGLE_CODE} Fix: Patch attached with submission follows:
State Changed From-To: open->closed Committed, thanks!
edwin 2008-03-06 21:32:03 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Add MASTER_SITE_GOOGLE_CODE macro to bsd.site.mk The attached patch will add a macro to bsd.sites.mk so that ports that are hosted on Google Code can simply have MASTER_SITE= set to ${MASTER_SITE_GOOGLE_CODE} PR: ports/121435 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> Revision Changes Path 1.439 +6 -1 ports/Mk/bsd.sites.mk _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
edwin 2008-03-06 22:19:52 UTC FreeBSD ports repository Modified files: archivers/xar Makefile databases/memcachedb Makefile deskutils/nagaina Makefile deskutils/gcalcli Makefile devel/google-perftools Makefile devel/guichan Makefile devel/google-sparsehash Makefile devel/py-boto Makefile devel/py-pefile Makefile devel/spdict Makefile devel/stringencoders Makefile devel/py-parsedatetime Makefile ftp/py-pyftpdlib Makefile graphics/py-pyproj Makefile irc/py-gozerbot Makefile mail/gnome-gmail-notifier Makefile math/speedcrunch Makefile misc/xdelta Makefile misc/xdelta3 Makefile multimedia/ffmpegthumbnailer Makefile net/py-dpkt Makefile net/py-pypcap Makefile net/spserver Makefile net/spnetkit Makefile net-im/naim Makefile net-p2p/rtgui Makefile security/cryptstring Makefile sysutils/flyback Makefile textproc/iksemel Makefile textproc/chm2pdf Makefile textproc/uim Makefile textproc/google-ctemplate Makefile textproc/py-feedparser Makefile textproc/pandoc Makefile www/py-postmarkup Makefile www/py-html5lib Makefile www/py-apachelog Makefile www/py-httplib2 Makefile www/diamanda Makefile Log: Use ${MASTER_SITE_GOOGLE_CODE} instead of http://something.googlecode.com/files PR: ports/121435 (related) Revision Changes Path 1.7 +1 -1 ports/archivers/xar/Makefile 1.8 +1 -1 ports/databases/memcachedb/Makefile 1.3 +1 -1 ports/deskutils/gcalcli/Makefile 1.3 +1 -1 ports/deskutils/nagaina/Makefile 1.4 +1 -1 ports/devel/google-perftools/Makefile 1.15 +1 -1 ports/devel/google-sparsehash/Makefile 1.14 +1 -1 ports/devel/guichan/Makefile 1.4 +1 -1 ports/devel/py-boto/Makefile 1.5 +1 -1 ports/devel/py-parsedatetime/Makefile 1.10 +1 -1 ports/devel/py-pefile/Makefile 1.2 +1 -1 ports/devel/spdict/Makefile 1.5 +1 -1 ports/devel/stringencoders/Makefile 1.8 +1 -1 ports/ftp/py-pyftpdlib/Makefile 1.6 +1 -1 ports/graphics/py-pyproj/Makefile 1.3 +2 -1 ports/irc/py-gozerbot/Makefile 1.7 +1 -1 ports/mail/gnome-gmail-notifier/Makefile 1.5 +1 -1 ports/math/speedcrunch/Makefile 1.39 +1 -1 ports/misc/xdelta/Makefile 1.2 +1 -1 ports/misc/xdelta3/Makefile 1.2 +1 -1 ports/multimedia/ffmpegthumbnailer/Makefile 1.58 +1 -1 ports/net-im/naim/Makefile 1.5 +1 -1 ports/net-p2p/rtgui/Makefile 1.5 +1 -1 ports/net/py-dpkt/Makefile 1.8 +1 -1 ports/net/py-pypcap/Makefile 1.2 +1 -1 ports/net/spnetkit/Makefile 1.8 +1 -1 ports/net/spserver/Makefile 1.2 +1 -1 ports/security/cryptstring/Makefile 1.2 +1 -1 ports/sysutils/flyback/Makefile 1.2 +1 -1 ports/textproc/chm2pdf/Makefile 1.11 +1 -1 ports/textproc/google-ctemplate/Makefile 1.10 +1 -1 ports/textproc/iksemel/Makefile 1.6 +1 -1 ports/textproc/pandoc/Makefile 1.11 +1 -1 ports/textproc/py-feedparser/Makefile 1.69 +1 -1 ports/textproc/uim/Makefile 1.2 +1 -1 ports/www/diamanda/Makefile 1.4 +1 -1 ports/www/py-apachelog/Makefile 1.2 +1 -1 ports/www/py-html5lib/Makefile 1.4 +1 -1 ports/www/py-httplib2/Makefile 1.2 +1 -1 ports/www/py-postmarkup/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"