diff options
author | Luca Pizzamiglio <pizzamig@FreeBSD.org> | 2020-02-24 10:51:29 +0000 |
---|---|---|
committer | Luca Pizzamiglio <pizzamig@FreeBSD.org> | 2020-02-24 10:51:29 +0000 |
commit | 45b08b671d6459dc7e71950a89cac654920ec089 (patch) | |
tree | dff9bc8374698d7abc30410e7f924b13a2360f5f | |
parent | 1e1b8ce676b99bb973e229c7751a5f5d1de01b4e (diff) | |
download | ports-45b08b671d6459dc7e71950a89cac654920ec089.tar.gz ports-45b08b671d6459dc7e71950a89cac654920ec089.zip |
Notes
-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 f201f6b03132..11fa4c7fea41 100644 --- a/sysutils/pot/Makefile +++ b/sysutils/pot/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pot -PORTVERSION= 0.10.3 +PORTVERSION= 0.10.4 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org diff --git a/sysutils/pot/distinfo b/sysutils/pot/distinfo index 8c5e11784086..a72e79c0ca8f 100644 --- a/sysutils/pot/distinfo +++ b/sysutils/pot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1578414790 -SHA256 (pizzamig-pot-0.10.3_GH0.tar.gz) = e691df6b144717ce0c03e515b2b553b264d68c0865dcf6f9ad67b76727b2a33f -SIZE (pizzamig-pot-0.10.3_GH0.tar.gz) = 149637 +TIMESTAMP = 1582539340 +SHA256 (pizzamig-pot-0.10.4_GH0.tar.gz) = 767abb10f41936487f53e69d7f03b64136733e4570f7ee51202d0813680aca4b +SIZE (pizzamig-pot-0.10.4_GH0.tar.gz) = 150694 diff --git a/sysutils/pot/files/pot.in b/sysutils/pot/files/pot.in index 0f83fec1ce62..9fb06a01702b 100644 --- a/sysutils/pot/files/pot.in +++ b/sysutils/pot/files/pot.in @@ -8,6 +8,7 @@ . /etc/rc.subr +PATH=$PATH:/usr/local/bin name="pot" desc="Pot containers" procname="pot" |