diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-05-18 06:04:32 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-05-18 06:04:32 +0000 |
commit | 809112f693dbe560c64c72a81e8a5d770b43be87 (patch) | |
tree | 6434a32f091d69c260ef29ceb8d535e36e581b3c /textproc/kdiff3/Makefile | |
parent | 2706383d167813d4731e7afa29783632c9336067 (diff) | |
download | ports-809112f693dbe560c64c72a81e8a5d770b43be87.tar.gz ports-809112f693dbe560c64c72a81e8a5d770b43be87.zip |
Notes
Diffstat (limited to 'textproc/kdiff3/Makefile')
-rw-r--r-- | textproc/kdiff3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/kdiff3/Makefile b/textproc/kdiff3/Makefile index 5689227c8719..8ddc1ec7cdca 100644 --- a/textproc/kdiff3/Makefile +++ b/textproc/kdiff3/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kdiff3 -DISTVERSION= 1.8.0 +DISTVERSION= 1.8.1 CATEGORIES= textproc kde MAINTAINER= kde@FreeBSD.org @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++11-lang kde:5 qt:5 USE_GITHUB= yes GH_ACCOUNT= KDE -GH_TAGNAME= 42403aa USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash ecm i18n iconthemes jobwidgets kio \ parts service sonnet textwidgets widgetsaddons xmlgui |