Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 2003 23:58:38 +0200
From:      Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
To:        Matthew Donadio <m.p.donadio@ieee.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: New Version Etiquette
Message-ID:  <20030409215838.GA19020@martin.kleinerdrache.org>
In-Reply-To: <3E947F07.41BBCFEC@ieee.org>; from m.p.donadio@ieee.org on Mi, Apr 09, 2003 at 22:13:59 %2B0200
References:  <3E947F07.41BBCFEC@ieee.org>

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

Am 2003.04.09 22:13 schrieb(en) Matthew Donadio:
> Hi all,
> 
> What is the proper etiquette regarding new versions of ports?  Is it
> OK
> to contact the maintainers to let them know that a new version of the
> source is out, or should requests be made here?

You can contact the maintainer, if he doesn't write back, ask here.

But the best way would be to update the port by yourselfe in the 
following way.  (That's how I do that)

as root:

mkdir ~/ports
cd ~/ports
ln -s /usr/ports/category/port port.orig
cp -r port.orig port
cd port

# makeing all the changes here, test the ports and so on, you should
# read the porters handbook, found on the FreeBSD's website

cd ~/ports
diff -Nur port.orig port > port.diff
send-pr -a port.diff -c main@tain.er # set the real address here

fill out the form and send the pr.

Martin

> Thanks.
> 
> --
> Matthew Donadio (m.p.donadio@ieee.org)
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to 
> "freebsd-ports-unsubscribe@freebsd.org"
> 
> 
> 

-- 
PGP-Key:  http://www.thats-me.net/pgp.asc



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