How to have package created for port ?

Jonathan Chen jonc at chen.org.nz
Tue Nov 13 22:27:39 UTC 2018


On Wed, 14 Nov 2018 at 11:00, Manish Jain <jude.obscure at yandex.com> wrote:
>
> Hi,
>
> I have a port sysutils/mkdesktop recently updated to version 2.6.
>
> I would like mkdesktop to be available via pkg. I have no idea how to
> initiate the request to have it packaged. Can someone please guide me ?

You need to submit a PR at https://bugs.freebsd.org/bugzilla/ :
1. Register onto the site
2. Create a problem report (PR) for the port using link "Report an
update or defect to a port"
3. Create a unified-diff patch against the existing port, eg:
    cd {your-working-dir}
    diff -ruN /usr/ports/sysutils/mkdesktop . > /tmp/mkdesktop.patch
4. Attach the patch to the PR

More details at
https://www.freebsd.org/doc/en/books/porters-handbook/port-upgrading.html

Cheers.
-- 
Jonathan Chen <jonc at chen.org.nz>


More information about the freebsd-ports mailing list