Skip to content

Commit

Permalink
nq: update to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aeiouaeiouaeiouaeiouaeiouaeiou committed Jul 4, 2024
1 parent 46e277b commit c3e294a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions sysutils/nq/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ long_description nq allows creating very lightweight job queue \
systems which require no setup, maintenance, supervision, \
or any long-running processes.

github.setup leahneukirchen nq 0.5 v
github.setup leahneukirchen nq 1.0 v
revision 0

checksums rmd160 0367b9463b9bfbd24635f618975e51378f779181 \
sha256 414afe356d48fbc207ab93cf5a2145306506b31ea2de8941c5c3af6aa0b0075a \
size 12246
checksums rmd160 435ac43cf70a3ed3e435004ac79e796ba882aa65 \
sha256 10b24d4d871fef9c871f1dd46d0fe77d28b1260ee1c285c9e30349f99d4f1e8f \
size 12388

if {${os.platform} eq "darwin" && ${os.major} < 16} {
patchfiles patch-fq-note-funlock.diff
Expand All @@ -33,3 +33,11 @@ use_configure no
build.args CC=${configure.cc} CFLAGS="${configure.cflags} ${configure.cc_archflags}"
build.env "LDFLAGS=${configure.ldflags} [get_canonical_archflags ld]"
destroot.args PREFIX="${prefix}"

notes "
Starting with version 1.0 these binaries have been renamed:
fq -> nqtail
tq -> nqterm
"
4 changes: 2 additions & 2 deletions sysutils/nq/files/patch-fq-note-funlock.diff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NOTE_FUNLOCK did not appear until macOS Sierra.
--- fq.c
+++ fq.c
--- nqtail.c
+++ nqtail.c
@@ -184,9 +184,6 @@ main(int argc, char *argv[])
#endif
#ifdef USE_KEVENT
Expand Down

0 comments on commit c3e294a

Please sign in to comment.