diff options
author | culot <culot@FreeBSD.org> | 2010-11-24 02:37:19 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2010-11-24 02:37:19 +0800 |
commit | f972c83b03b10874b5f40c0ed2e44fc3d08fdcd8 (patch) | |
tree | 9516233e283f047b416a4c2738cb39d7302ecfba /editors | |
parent | 83fa3fe84c83f527f208f2411e548ac3558b66c0 (diff) | |
download | freebsd-ports-gnome-f972c83b03b10874b5f40c0ed2e44fc3d08fdcd8.tar.gz freebsd-ports-gnome-f972c83b03b10874b5f40c0ed2e44fc3d08fdcd8.tar.zst freebsd-ports-gnome-f972c83b03b10874b5f40c0ed2e44fc3d08fdcd8.zip |
- Update to 2.3.21
- USE_PERL5_BUILD added as Perl is required to build zile since 2.3.20
Changes: http://git.savannah.gnu.org/cgit/zile.git/tree/NEWS
Approved by: sahil@ (mentor)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/zile/Makefile | 5 | ||||
-rw-r--r-- | editors/zile/distinfo | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 5edad14486d4..dae9834bd61b 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zile -PORTVERSION= 2.3.19 +PORTVERSION= 2.3.21 CATEGORIES= editors MASTER_SITES= GNU @@ -14,12 +14,13 @@ MAINTAINER= culot@FreeBSD.org COMMENT= Small emacs-like text editor USE_GMAKE= yes +USE_PERL5_BUILD=yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --without-included-regex MAN1= ${PORTNAME}.1 -PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/FAQ %%DATADIR%%/dotzile.sample +PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/FAQ %%DATADIR%%/dotzile-extra.el PLIST_DIRS= %%DATADIR%% CPPFLAGS= -isystem /usr/include/gnu diff --git a/editors/zile/distinfo b/editors/zile/distinfo index 52507a90e8a1..b18be1f549f1 100644 --- a/editors/zile/distinfo +++ b/editors/zile/distinfo @@ -1,3 +1,2 @@ -MD5 (zile-2.3.19.tar.gz) = c23096fc646bc4a906c24c1bbe4e29f6 -SHA256 (zile-2.3.19.tar.gz) = faeb68a9d5da1266d801ebecb84de8fd10a9998eaf14c6c755d586565af14bb0 -SIZE (zile-2.3.19.tar.gz) = 812158 +SHA256 (zile-2.3.21.tar.gz) = 91c8dc85eb0893aa5bfeec14bd5c530995539d018524ebc6f660fa0b274abcb2 +SIZE (zile-2.3.21.tar.gz) = 905398 |