diff options
author | roy <roy> | 2013-10-10 11:06:11 +0000 |
---|---|---|
committer | roy <roy> | 2013-10-10 11:06:11 +0000 |
commit | 8d446f9a719fee6669167cce2fba739c4e5e8c47 (patch) | |
tree | f0df5aecb189035c80aae0ee5f2cb9c25d03c7dd /editors | |
parent | 3c55fd36d44a7b089a78d145f314a7696552caef (diff) | |
download | pkgsrc-8d446f9a719fee6669167cce2fba739c4e5e8c47.tar.gz |
Bump for curses removal
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ce-x11/Makefile | 4 | ||||
-rw-r--r-- | editors/ce/Makefile.common | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/ce-x11/Makefile b/editors/ce-x11/Makefile index 10069c6f743..0a1d2dd3fd4 100644 --- a/editors/ce-x11/Makefile +++ b/editors/ce-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2013/10/09 08:55:44 roy Exp $ +# $NetBSD: Makefile,v 1.22 2013/10/10 11:07:34 roy Exp $ # PKG_INSTALLATION_TYPES= overwrite pkgviews @@ -6,7 +6,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews .include "../../editors/ce/Makefile.common" PKGNAME= ce-x11-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT+= , X11 version BUILD_TARGET= xce diff --git a/editors/ce/Makefile.common b/editors/ce/Makefile.common index 4bf42886676..d8e992f0f65 100644 --- a/editors/ce/Makefile.common +++ b/editors/ce/Makefile.common @@ -1,7 +1,8 @@ -# $NetBSD: Makefile.common,v 1.12 2013/10/09 08:55:44 roy Exp $ +# $NetBSD: Makefile.common,v 1.13 2013/10/10 11:06:59 roy Exp $ DISTNAME= ce-${VERSION} VERSION= 4.6 +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ftp://ftp.cwru.edu/pub/chet/ \ http://tiswww.case.edu/php/chet/dist/ |