Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jan 2021 10:08:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 253086] New Port: sysutils/nq: create queues of jobs which will run one at at time in the background of the shell
Message-ID:  <bug-253086-7788-LsEmodkK1n@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253086-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253086-7788@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=3D253086

daniel.engberg.lists@pyret.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |daniel.engberg.lists@pyret.
                   |                            |net

--- Comment #5 from daniel.engberg.lists@pyret.net ---
Nice progress!

PORTVERSION --> DISTVERSION
"Example 5.12. Use of USE_GITHUB with DISTVERSIONPREFIX"
https://docs.freebsd.org/en_US.ISO8859-1/books/porters-handbook/makefile-di=
stfiles.html#makefile-master_sites-github-description

I would strongly advice you not to fork upstream especially when upstream is
still active and on top of that increment version numbers as this makes bre=
aks
our tools for automatic checks of updates. This will also break as pkg-descr
refers to upstream repo

Instead apply your changes as patches which can be easily accomplished and
don't increment upstream version.

Revert back to upstream, add your patches to the ports Makefile (unless it
requires ~4+ files)
https://docs.freebsd.org/en_US.ISO8859-1/books/porters-handbook/book.html#p=
orting-patchfiles

Example:
https://svnweb.freebsd.org/ports/head/multimedia/dvdread/Makefile?revision=
=3D561359&view=3Dmarkup

Please run portlint and if possible poudriere
https://docs.freebsd.org/en_US.ISO8859-1/books/porters-handbook/book.html#p=
orting-portlint
https://docs.freebsd.org/en_US.ISO8859-1/books/porters-handbook/book.html#t=
esting-poudriere

I apologize for sounding a bit pedantic but it really easies maintenance bu=
rden
if we all try to follow the handbook as close as possible and it makes it a=
 lot
easier for the next person to tell what's going on/what you're trying to
accomplish.

Best regards,
Daniel

--=20
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-253086-7788-LsEmodkK1n>