diff options
author | wiz <wiz> | 2014-02-24 12:25:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-02-24 12:25:00 +0000 |
commit | 34de99e8a9010d2efa137bc36139a4993597a70a (patch) | |
tree | 7a97dc0a557d36b6a25ddc3e3b29cb67abfd1158 /devel/meld | |
parent | bfde88ca73f4d78599c91c6ce1f170840193fade (diff) | |
download | pkgsrc-34de99e8a9010d2efa137bc36139a4993597a70a.tar.gz |
Mark as stable GTK 2 version.
Diffstat (limited to 'devel/meld')
-rw-r--r-- | devel/meld/DESCR | 2 | ||||
-rw-r--r-- | devel/meld/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/meld/DESCR b/devel/meld/DESCR index 9ec616d0573..19e762ce8e8 100644 --- a/devel/meld/DESCR +++ b/devel/meld/DESCR @@ -3,3 +3,5 @@ files and edit them in place (diffs update dynamically). You can compare two or three folders and launch file comparisons. You can browse and view a working copy from popular version control systems such such as CVS, Subversion, Bazaar-ng and Mercurial. + +This is the stable version based on GTK 2. diff --git a/devel/meld/Makefile b/devel/meld/Makefile index f0be690edb2..2a45caff645 100644 --- a/devel/meld/Makefile +++ b/devel/meld/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2014/01/27 20:04:40 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2014/02/24 12:25:00 wiz Exp $ DISTNAME= meld-1.8.4 CATEGORIES= devel @@ -7,7 +7,7 @@ EXTRACT_SUFX= .tar.xz MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://meldmerge.org/ -COMMENT= Visual diff and merge tool +COMMENT= Visual diff and merge tool (GTK2 version) LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.14.0:../../x11/py-gtk2 |