diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-02-11 21:30:02 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-02-11 21:30:02 +0800 |
commit | 876b8c8c0e44cfabdd85a78547246dbabac3f880 (patch) | |
tree | 0aad64fd6081373778ef2cd138f08b9f1e095a88 /x11-toolkits/py-gtkscintilla | |
parent | 6c44938e0e137ca0d742f7471cb4b825d7ac7b94 (diff) | |
download | freebsd-ports-gnome-876b8c8c0e44cfabdd85a78547246dbabac3f880.tar.gz freebsd-ports-gnome-876b8c8c0e44cfabdd85a78547246dbabac3f880.tar.zst freebsd-ports-gnome-876b8c8c0e44cfabdd85a78547246dbabac3f880.zip |
Update to 0.8.2.
Diffstat (limited to 'x11-toolkits/py-gtkscintilla')
-rw-r--r-- | x11-toolkits/py-gtkscintilla/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/py-gtkscintilla/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/py-gtkscintilla/pkg-descr | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/x11-toolkits/py-gtkscintilla/Makefile b/x11-toolkits/py-gtkscintilla/Makefile index 96dfb6ceda34..668fc4de8be7 100644 --- a/x11-toolkits/py-gtkscintilla/Makefile +++ b/x11-toolkits/py-gtkscintilla/Makefile @@ -6,9 +6,10 @@ # PORTNAME= py-gtkscintilla -PORTVERSION= 0.7.4 +PORTVERSION= 0.8.2 CATEGORIES= x11-toolkits python -MASTER_SITES= http://www.moleskine.f2s.com/files/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= moleskine DISTNAME= PyGtkScintilla-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org diff --git a/x11-toolkits/py-gtkscintilla/distinfo b/x11-toolkits/py-gtkscintilla/distinfo index d8063b998c67..24459275a0a8 100644 --- a/x11-toolkits/py-gtkscintilla/distinfo +++ b/x11-toolkits/py-gtkscintilla/distinfo @@ -1 +1 @@ -MD5 (PyGtkScintilla-0.7.4.tar.gz) = 6aa9bbc48b3e58072cf0a7f7af7f3976 +MD5 (PyGtkScintilla-0.8.2.tar.gz) = 3b6d1e7818b1ed3f59e2dbde17d87c33 diff --git a/x11-toolkits/py-gtkscintilla/pkg-descr b/x11-toolkits/py-gtkscintilla/pkg-descr index 96be959af251..132119a823b8 100644 --- a/x11-toolkits/py-gtkscintilla/pkg-descr +++ b/x11-toolkits/py-gtkscintilla/pkg-descr @@ -1,3 +1,3 @@ Python bindings for gtkscintilla library. -WWW: http://www.moleskine.f2s.com/ +WWW: http://www.micampe.it/software/moleskine/ |