diff options
author | roy <roy@pkgsrc.org> | 2013-10-10 11:06:11 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2013-10-10 11:06:11 +0000 |
commit | 0b06f450a06aa34622de85ab74f42b1551f4aa43 (patch) | |
tree | f0df5aecb189035c80aae0ee5f2cb9c25d03c7dd | |
parent | e2c56a80fb8c198c7ebaff506e420a1b08b87781 (diff) | |
download | pkgsrc-0b06f450a06aa34622de85ab74f42b1551f4aa43.tar.gz |
Bump for curses removal
-rw-r--r-- | audio/lame/Makefile | 3 | ||||
-rw-r--r-- | editors/ce-x11/Makefile | 4 | ||||
-rw-r--r-- | editors/ce/Makefile.common | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index a2ba1aea710..c7397aeaf7e 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2013/10/10 10:49:30 roy Exp $ +# $NetBSD: Makefile,v 1.74 2013/10/10 11:06:11 roy Exp $ DISTNAME= lame-3.99.5 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lame/} 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/ |