diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-08-02 02:37:43 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-08-02 02:37:43 +0800 |
commit | 41f0c9318d552f6d86351f79722c70c8f5161c8c (patch) | |
tree | d24a96184e1df16b8f96d16434b895e6e094651b /editors | |
parent | c2cc66b05a84a8064157577800d8656790d5ca7e (diff) | |
download | freebsd-ports-gnome-41f0c9318d552f6d86351f79722c70c8f5161c8c.tar.gz freebsd-ports-gnome-41f0c9318d552f6d86351f79722c70c8f5161c8c.tar.zst freebsd-ports-gnome-41f0c9318d552f6d86351f79722c70c8f5161c8c.zip |
Update to 2.60.2
Use PLIST_FILES
PR: ports/84434
Submitted by: Andrej Zverev <az@inec.ru>
Approved by: Joseph Scott <joseph@randomnetworks.com> (maintainer)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/e3/Makefile | 5 | ||||
-rw-r--r-- | editors/e3/distinfo | 4 | ||||
-rw-r--r-- | editors/e3/pkg-plist | 6 |
3 files changed, 5 insertions, 10 deletions
diff --git a/editors/e3/Makefile b/editors/e3/Makefile index 0bd45a6b80e1..fdbbeb3777e1 100644 --- a/editors/e3/Makefile +++ b/editors/e3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= e3 -PORTVERSION= 2.60.0 +PORTVERSION= 2.60.2 PORTEPOCH= 1 CATEGORIES= editors MASTER_SITES= http://www.sax.de/~adlibit/ @@ -17,12 +17,13 @@ COMMENT= A full featured text editor written in assembler BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -WRKSRC= ${WRKDIR}/${PORTNAME}-2.6 +WRKSRC= ${WRKDIR}/${PORTNAME}-2.6.2 USE_GMAKE= yes MAKE_ARGS= OS=FREEBSD ONLY_FOR_ARCHS= i386 MAN1= e3.1 +PLIST_FILES= bin/e3 bin/e3em bin/e3ne bin/e3pi bin/e3vi bin/e3ws .include <bsd.port.mk> diff --git a/editors/e3/distinfo b/editors/e3/distinfo index 283e15a80cd7..4c46520be718 100644 --- a/editors/e3/distinfo +++ b/editors/e3/distinfo @@ -1,2 +1,2 @@ -MD5 (e3-2.6.0.tar.gz) = 8cf70c8d30e4cc30bc4e003b30024bd6 -SIZE (e3-2.6.0.tar.gz) = 216455 +MD5 (e3-2.6.2.tar.gz) = 2737dbd355cda714fd340f59770441c8 +SIZE (e3-2.6.2.tar.gz) = 231441 diff --git a/editors/e3/pkg-plist b/editors/e3/pkg-plist deleted file mode 100644 index 69372996ba21..000000000000 --- a/editors/e3/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/e3 -bin/e3em -bin/e3ne -bin/e3pi -bin/e3vi -bin/e3ws |