svn commit: r411706 - head/editors/leo

Mathieu Arnold mat at FreeBSD.org
Wed Mar 23 14:05:56 UTC 2016


Author: mat
Date: Wed Mar 23 14:05:54 2016
New Revision: 411706
URL: https://svnweb.freebsd.org/changeset/ports/411706

Log:
  Update to 5.2.
  
  Remove the DOCS option, it was not used for anything.
  
  PR:		208207
  Submitted by:	tkato432 yahoo com
  Sponsored by:	Absolight

Modified:
  head/editors/leo/Makefile
  head/editors/leo/distinfo

Modified: head/editors/leo/Makefile
==============================================================================
--- head/editors/leo/Makefile	Wed Mar 23 14:05:48 2016	(r411705)
+++ head/editors/leo/Makefile	Wed Mar 23 14:05:54 2016	(r411706)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	leo
-PORTVERSION=	5.1
-PORTREVISION=	2
+PORTVERSION=	5.2
 CATEGORIES=	editors python
 MASTER_SITES=	SF/${PORTNAME}/Leo/${PORTVERSION}-final
 DISTNAME=	Leo-${PORTVERSION}-final
@@ -30,11 +29,15 @@ USE_PYTHON=	autoplist distutils
 DESKTOP_ENTRIES="Leo" "Literate Editor with Outlines" \
 		"${PYTHONPREFIX_SITELIBDIR}/leo/Icons/leoapp32.png" "leo" "" ""
 
-OPTIONS_DEFINE=		DOCS PYENCHANT
+OPTIONS_DEFINE=		PYENCHANT
 
 PYENCHANT_DESC=		Spell checking support via PyEnchant
 PYENCHANT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}enchant>0:${PORTSDIR}/textproc/py-enchant
 
+post-patch:
+	@${LN} -sf leo/dist/leo-install.py ${WRKSRC}/leo-install.py
+	@${LN} -sf leo/dist/setup.py ${WRKSRC}/setup.py
+
 post-install:
 	@${REINPLACE_CMD} -e 's,===,==,' ${STAGEDIR}${PREFIX}/bin/leo \
 		${STAGEDIR}${PREFIX}/bin/leoc

Modified: head/editors/leo/distinfo
==============================================================================
--- head/editors/leo/distinfo	Wed Mar 23 14:05:48 2016	(r411705)
+++ head/editors/leo/distinfo	Wed Mar 23 14:05:54 2016	(r411706)
@@ -1,2 +1,2 @@
-SHA256 (leo/Leo-5.1-final.zip) = 2d742f9825959ba5c7624d1179b9f3065e14e055c90272fbce199f91770de826
-SIZE (leo/Leo-5.1-final.zip) = 9028778
+SHA256 (leo/Leo-5.2-final.zip) = 2df0ac372be832a837157ce289ada1c34cf883aace5cf760df62ae8ceeb6858f
+SIZE (leo/Leo-5.2-final.zip) = 9373533


More information about the svn-ports-all mailing list