Update to 0.7.2.

This commit is contained in:
Maxim Sobolev 2001-06-10 13:05:35 +00:00
parent 229158aa8d
commit 6013ea4a99
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43747
3 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= gtkscintilla
PORTVERSION= 0.7.0
PORTVERSION= 0.7.2
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.moleskine.f2s.com/files/
DISTNAME= GtkScintilla-${PORTVERSION}

View File

@ -1 +1 @@
MD5 (GtkScintilla-0.7.0.tar.gz) = a1ebb9865c8e2ae808777d0fad5116d0
MD5 (GtkScintilla-0.7.2.tar.gz) = 6675051881b3223f7b546f317599fc5c

View File

@ -1,13 +1,13 @@
$FreeBSD$
--- Makefile.orig Mon May 14 11:45:35 2001
+++ Makefile Tue May 15 15:32:34 2001
--- Makefile.orig Sun Jun 10 12:03:21 2001
+++ Makefile Sun Jun 10 15:41:45 2001
@@ -2,18 +2,18 @@
NAME = GtkScintilla
LIB_NAME = gtkscintilla
-VERSION = 0.7.0
-VERSION = 0.7.2
-PREFIX = $(shell gtk-config --prefix)
+VERSION = 0
+PREFIX = $(shell $(GTK_CONFIG) --prefix)