diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2018-05-09 13:37:54 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2018-05-09 13:37:54 +0800 |
commit | b1026e3cb4d9906b3828ee413bf8003fb2978486 (patch) | |
tree | ef3f2806082d6754d1e5733806f28642843c8bb7 /net/dante | |
parent | 831b75d7e4993c9f389d419344e19ae00b3dc7e3 (diff) | |
download | freebsd-ports-gnome-b1026e3cb4d9906b3828ee413bf8003fb2978486.tar.gz freebsd-ports-gnome-b1026e3cb4d9906b3828ee413bf8003fb2978486.tar.zst freebsd-ports-gnome-b1026e3cb4d9906b3828ee413bf8003fb2978486.zip |
- update to miniupnpc 2.1
PR: 228050
Submitted by: Hung-Yi Chen
- fix python build
- add LICENSE for slave port
- make portlint happier
- bump PORTREVISION on ports using the shared lib
Diffstat (limited to 'net/dante')
-rw-r--r-- | net/dante/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile index f5fbe0b4b105..3ff2d1c879ec 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -3,6 +3,7 @@ PORTNAME= dante PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= net security ipv6 MASTER_SITES= http://www.inet.no/dante/files/ \ ftp://ftp.inet.no/pub/socks/ |