Use MASTER_SITE_MOZDEV where appropriate Consequences tested in each case manually
Responsible Changed From-To: freebsd-ports-bugs->garga I'll take it.
Dear maintainers, One of your ports is involved in this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/96451 It's a simple change just using new ${MASTER_SITE_MOZDEV} entry created in bsd.sites.mk. Could you please take a look and tell me if you approve this change? Thanks -- Renato Botelho <garga @ FreeBSD.org> <freebsd @ galle.com.br> GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc
State Changed From-To: open->feedback Ask for maintainer approval.
> One of your ports is involved in this PR: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/96451 My port is mail/thunderbird-dictionaries. The change to my port included in the PR is incorrect. It should be as below. I approve this change. --- Makefile.orig Fri Feb 24 08:42:02 2006 +++ Makefile Sat Apr 29 21:03:47 2006 @@ -9,14 +9,8 @@ PORTNAME= thunderbird-dictionaries PORTVERSION= 20060220 CATEGORIES= mail -MASTER_SITES= http://mozdev.dns4.com/dictionaries/ \ - http://ftp.heanet.ie/pub/mozdev/dictionaries/ \ - http://mozdev.oregonstate.edu/dictionaries/ \ - http://mirror.meisterwerk.net/rmozdev/dictionaries/ \ - http://ftp.ntua.gr/pub/www/mozdev/dictionaries/ \ - http://www.devlib.org/mozdev/dictionaries/ \ - http://ftp.iasi.roedu.net/mirrors/mozdev.org/dictionaries/ \ - http://mozdev.archive.hk/dictionaries/ +MASTER_SITES= ${MASTER_SITE_MOZDEV} +MASTER_SITE_SUBDIR= dictionaries DISTFILES= # filled in later after options DIST_SUBDIR= thunderbird
> I'm sorry if I'm being blind, I can't see a difference between > your diff and mine. Please do tell me what's wrong. my mistake, for some reason i read the MASTER_SITE_SUBDIR as MASTER_SITE_SUBDIR= ${PORTNAME}/src when in fact you had it right and i was stupid. sorry about that Matthew
On 4/29/06, Matthew Luckie <mjl@luckie.org.nz> wrote: > > I'm sorry if I'm being blind, I can't see a difference between > > your diff and mine. Please do tell me what's wrong. > > my mistake, for some reason i read the MASTER_SITE_SUBDIR as I thought so, too. I probably should have formatted it in a different way, it's hard to read it right. Thanks for your approval anyway!
State Changed From-To: feedback->closed Committed. Thanks!