diff options
author | krion <krion@FreeBSD.org> | 2003-07-22 19:02:54 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-07-22 19:02:54 +0800 |
commit | e988618bc9d818cb0a47ec4dadd54b3816224e43 (patch) | |
tree | 92c3e19fb8458a2ba7986cf222cb64ce8c865825 /editors/leo | |
parent | 0d5bec4b01d4ea31b546a0db4ab8ddd391f2856b (diff) | |
download | freebsd-ports-graphics-e988618bc9d818cb0a47ec4dadd54b3816224e43.tar.gz freebsd-ports-graphics-e988618bc9d818cb0a47ec4dadd54b3816224e43.tar.zst freebsd-ports-graphics-e988618bc9d818cb0a47ec4dadd54b3816224e43.zip |
Update to 3.12
PR: 54702
Submitted by: maintainer
Approved by: fjoe (mentor>
Diffstat (limited to 'editors/leo')
-rw-r--r-- | editors/leo/Makefile | 4 | ||||
-rw-r--r-- | editors/leo/distinfo | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/editors/leo/Makefile b/editors/leo/Makefile index 139c8f25b74..1a46d2f3b16 100644 --- a/editors/leo/Makefile +++ b/editors/leo/Makefile @@ -6,11 +6,10 @@ # PORTNAME= leo -PORTVERSION= 3.12.b3 +PORTVERSION= 3.12 CATEGORIES= editors python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta-/} DIST_SUBDIR= leo MAINTAINER= sergei@kolobov.com @@ -22,7 +21,6 @@ USE_ZIP= yes USE_PYTHON= yes TKINTER= ${PYTHON_SITELIBDIR}/_tkinter.so -WRKSRC= ${WRKDIR}/${DISTNAME:S/-beta-/\ beta\ /} LEO_DIR= ${PYTHONPREFIX_SITELIBDIR}/leo DOCS= doc/LICENSE.TXT doc/README.TXT diff --git a/editors/leo/distinfo b/editors/leo/distinfo index 303d4e08259..0b25c4c7419 100644 --- a/editors/leo/distinfo +++ b/editors/leo/distinfo @@ -1 +1 @@ -MD5 (leo/leo-3.12-beta-3.zip) = 2101ef209a3557e782dcd3cf0405b835 +MD5 (leo/leo-3.12.zip) = 46d2aa79f2a93e0f927b0de29b054f60 |