diff options
author | Luca Pizzamiglio <pizzamig@FreeBSD.org> | 2021-10-31 16:24:08 +0000 |
---|---|---|
committer | Luca Pizzamiglio <pizzamig@FreeBSD.org> | 2021-10-31 16:24:08 +0000 |
commit | 1f340d205d196c39a8c4d11085c4e036a94f333e (patch) | |
tree | f8dc9dd934429eea802fdd78322d6327defe4d33 | |
parent | c857fc0cfb2d02db51751278964d63106091673e (diff) | |
download | ports-1f340d205d196c39a8c4d11085c4e036a94f333e.tar.gz ports-1f340d205d196c39a8c4d11085c4e036a94f333e.zip |
sysutils/pot: Update to 0.14.0
Important fix on the copy-in command.
Import a fix in the rc pot script
Changes: https://github.com/pizzamig/pot/releases/tag/0.14.0
-rw-r--r-- | sysutils/pot/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pot/distinfo | 6 | ||||
-rw-r--r-- | sysutils/pot/files/pot.in | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/pot/Makefile b/sysutils/pot/Makefile index 3913f01128f7..ff2dff7caedc 100644 --- a/sysutils/pot/Makefile +++ b/sysutils/pot/Makefile @@ -1,7 +1,7 @@ # Created by: Luca Pizzamiglio <pizzamig@FreeBSD.org> PORTNAME= pot -DISTVERSION= 0.13.0 +DISTVERSION= 0.14.0 PORTREVISION= 0 CATEGORIES= sysutils diff --git a/sysutils/pot/distinfo b/sysutils/pot/distinfo index fba6eac3a69c..7ec33c91afbb 100644 --- a/sysutils/pot/distinfo +++ b/sysutils/pot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632246604 -SHA256 (pizzamig-pot-0.13.0_GH0.tar.gz) = 0b9ec486cd19265034eb5474b11d4c6805384dea8c3baff7fc378be0032d8016 -SIZE (pizzamig-pot-0.13.0_GH0.tar.gz) = 162943 +TIMESTAMP = 1635680287 +SHA256 (pizzamig-pot-0.14.0_GH0.tar.gz) = 44c3b5b2787651ef176ee8c720fa8c19b6fba2e9b71b8783e57df3c78ac143ae +SIZE (pizzamig-pot-0.14.0_GH0.tar.gz) = 163035 diff --git a/sysutils/pot/files/pot.in b/sysutils/pot/files/pot.in index 72ec8ec13727..d4fba0d5d616 100644 --- a/sysutils/pot/files/pot.in +++ b/sysutils/pot/files/pot.in @@ -76,6 +76,7 @@ pot_restart() pot_status() { local _pname _dyn_pot_list + _dyn_pot_list=$(%%PREFIX%%/bin/pot ls -q) for _pname in $_dyn_pot_list ; do if [ "$( %%PREFIX%%/bin/pot get-attr -p "$_pname" -A early-start-at-boot -q )" = "YES" ] || [ "$( %%PREFIX%%/bin/pot get-attr -p "$_pname" -A start-at-boot -q )" = "YES" ]; then |