Index: head/editors/mle/Makefile =================================================================== --- head/editors/mle/Makefile (revision 512499) +++ head/editors/mle/Makefile (revision 512500) @@ -1,56 +1,52 @@ # Created by: Adam Saponara # $FreeBSD$ PORTNAME= mle DISTVERSIONPREFIX= v -DISTVERSION= 1.4.0 +DISTVERSION= 1.4.1 CATEGORIES= editors -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} - -PATCH_SITES= https://gist.githubusercontent.com/adsr/0fdf41a277bb0519f60d2225b782f66a/raw/9f0b59ce57827e69ec7e9b34061416f354032663/ -PATCHFILES= foo.diff:-p1 MAINTAINER= as@php.net COMMENT= Small, flexible, terminal-based text editor LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:devel/uthash LIB_DEPENDS= liblua-5.3.so:lang/lua53 \ libpcre.so:devel/pcre \ libtermbox.so:devel/termbox TEST_DEPENDS= ${LOCALBASE}/bin/gpaste:sysutils/coreutils \ ${LOCALBASE}/bin/grep:textproc/gnugrep \ bash:shells/bash \ gfind:misc/findutils USES= gmake localbase:ldflags shebangfix SHEBANG_FILES= tests/func/*.sh tests/run.sh USE_GITHUB= yes GH_ACCOUNT= adsr PLIST_FILES= bin/mle TEST_TARGET= test post-patch: @${REINPLACE_CMD} -e 's|lua5.3|lua53|g' ${WRKSRC}/mle.h @${REINPLACE_CMD} -e 's|lua5.3|lua-5.3|g' ${WRKSRC}/Makefile # Tests. @${REINPLACE_CMD} -e 's|find|gfind|g' \ -e 's|grep|${LOCALBASE}/bin/grep|g' \ ${WRKSRC}/tests/run.sh \ ${WRKSRC}/tests/func/*.sh @${REINPLACE_CMD} -e 's|p a s t e|g p a s t e|g' \ ${WRKSRC}/tests/func/test_lua.sh do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mle ${STAGEDIR}${PREFIX}/bin pre-test: # Remove backup files generated by REINPLACE_CMD. Those must not exist # for the tests to run properly. @${FIND} ${WRKSRC}/tests -name '*.sh.bak' -delete .include Index: head/editors/mle/distinfo =================================================================== --- head/editors/mle/distinfo (revision 512499) +++ head/editors/mle/distinfo (revision 512500) @@ -1,5 +1,3 @@ -TIMESTAMP = 1569070306 -SHA256 (mle-1.4.0/adsr-mle-v1.4.0_GH0.tar.gz) = c186fd8ffa756f26e48dfef818e5e40345dab53f60e73cce92caa81b6512cd5c -SIZE (mle-1.4.0/adsr-mle-v1.4.0_GH0.tar.gz) = 104956 -SHA256 (mle-1.4.0/foo.diff) = a55dea8c7b63d84b416cfafa7a3cbe48e7a2378de370ed5e89ffc5aff4de2b9d -SIZE (mle-1.4.0/foo.diff) = 2360 +TIMESTAMP = 1569075773 +SHA256 (adsr-mle-v1.4.1_GH0.tar.gz) = b1f462165019e17d6367e18999044910900987b3d6d8afe92e02cd0630bd1a56 +SIZE (adsr-mle-v1.4.1_GH0.tar.gz) = 104996