diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-14 09:12:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-14 09:12:14 +0000 |
commit | ecf8a3ad009509ace8278156cde174806cb24f84 (patch) | |
tree | 56b4da4a477cc8b292958037ede92b1da2c84689 /editors/le | |
parent | d80716024b23997f4c8c30e40a55ee2b59e22dc8 (diff) | |
download | ports-ecf8a3ad009509ace8278156cde174806cb24f84.tar.gz ports-ecf8a3ad009509ace8278156cde174806cb24f84.zip |
Notes
Diffstat (limited to 'editors/le')
-rw-r--r-- | editors/le/Makefile | 14 | ||||
-rw-r--r-- | editors/le/distinfo | 6 |
2 files changed, 6 insertions, 14 deletions
diff --git a/editors/le/Makefile b/editors/le/Makefile index 0c6d1afe094d..30f945b351ce 100644 --- a/editors/le/Makefile +++ b/editors/le/Makefile @@ -6,17 +6,16 @@ # PORTNAME= le -PORTVERSION= 1.13.11 +PORTVERSION= 1.14.0 CATEGORIES= editors -MASTER_SITES= ftp://ftp.yar.ru/pub/source/le/ +MASTER_SITES= ftp://ftp.yar.ru/pub/source/le/%SUBDIR%/ +MASTER_SITE_SUBDIR= . old MAINTAINER= ports@FreeBSD.org COMMENT= Text editor with block and binary operations USE_BZIP2= yes -USE_GNOME= gnometarget GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-lgnuregex" MAN1= le.1 PORTDOCS= FEATURES HISTORY NEWS README TODO @@ -27,13 +26,6 @@ MISC_DATA= colors-black colors-blue colors-defbg colors-green \ colors-white keymap-emacs mainmenu mainmenu-ru syntax SRC_DATA= le.hlp -post-patch: - @${REINPLACE_CMD} -e 's|@LIBOBJS@||g ; \ - s|@ALLOCA@||g' ${WRKSRC}/lib/Makefile.in -.for file in configure src/search.cc src/highli.h - @${REINPLACE_CMD} -e 's|<regex.h>|<gnu/regex.h>|g' ${WRKSRC}/${file} -.endfor - do-install: cd ${WRKSRC}/src && ${INSTALL_PROGRAM} le ${PREFIX}/bin cd ${WRKSRC}/doc && ${INSTALL_MAN} le.1 ${MANPREFIX}/man/man1 diff --git a/editors/le/distinfo b/editors/le/distinfo index 39e5b9930923..790f4ce612ad 100644 --- a/editors/le/distinfo +++ b/editors/le/distinfo @@ -1,3 +1,3 @@ -MD5 (le-1.13.11.tar.bz2) = 27e39b423f8eda5b99c9526eb702bd15 -SHA256 (le-1.13.11.tar.bz2) = 8f7c143ffab9def86bc6acc35f15b40af28f892d1a73e8c9ffd706521c53cac4 -SIZE (le-1.13.11.tar.bz2) = 413508 +MD5 (le-1.14.0.tar.bz2) = 9158e4e7bd1be85ecd3e366ae068517a +SHA256 (le-1.14.0.tar.bz2) = cf145d133b95a739fc56e114a3ed28ec11628f274d1ebe57cf72efac4f395cfe +SIZE (le-1.14.0.tar.bz2) = 410795 |