diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-02-17 13:07:24 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-02-17 13:07:24 +0000 |
commit | d8914193c176c7a4341c4d9f912f9467ee439da5 (patch) | |
tree | d09951ca515d8cc2162ed04bff29caa63fd1f52d /graphics/xmedcon/Makefile | |
parent | 4759a49e1f6ae4ee69955a6a9a754f7f98bc6e9d (diff) | |
download | ports-d8914193c176c7a4341c4d9f912f9467ee439da5.tar.gz ports-d8914193c176c7a4341c4d9f912f9467ee439da5.zip |
graphics/xmedcon: update to 0.17.0
ChangeLog: https://xmedcon.sourceforge.io/Main/New
Submitted by: portscout
Notes
Notes:
svn path=/head/; revision=565500
Diffstat (limited to 'graphics/xmedcon/Makefile')
-rw-r--r-- | graphics/xmedcon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xmedcon/Makefile b/graphics/xmedcon/Makefile index 0722e3e39d8d..f6cec352d299 100644 --- a/graphics/xmedcon/Makefile +++ b/graphics/xmedcon/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xmedcon -PORTVERSION= 0.16.3 +PORTVERSION= 0.17.0 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/XMedCon-Source/${PORTVERSION} |