diff options
author | Luca Pizzamiglio <pizzamig@FreeBSD.org> | 2019-10-23 14:21:28 +0000 |
---|---|---|
committer | Luca Pizzamiglio <pizzamig@FreeBSD.org> | 2019-10-23 14:21:28 +0000 |
commit | c00997b876599e32d67db6678faea88c8de49124 (patch) | |
tree | 66e127a480569e80f00ff3b858009fd7feb52bcf /sysutils/potnet/Makefile | |
parent | 6e5d012f953fc63cf2f85ffbe5636dbdbb58fce7 (diff) | |
download | ports-c00997b876599e32d67db6678faea88c8de49124.tar.gz ports-c00997b876599e32d67db6678faea88c8de49124.zip |
sysutils/potnet: Update to 0.4.1
Add support for /etc/host autogeneration
Sponsored by: trivago N.V.
Notes
Notes:
svn path=/head/; revision=515259
Diffstat (limited to 'sysutils/potnet/Makefile')
-rw-r--r-- | sysutils/potnet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/potnet/Makefile b/sysutils/potnet/Makefile index 3df1d7a3d542..f2504fb78835 100644 --- a/sysutils/potnet/Makefile +++ b/sysutils/potnet/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= potnet -DISTVERSION= 0.4.0 +DISTVERSION= 0.4.1 PORTREVISION= 0 CATEGORIES= sysutils |