diff options
author | dholland <dholland@pkgsrc.org> | 2013-10-30 06:49:53 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-10-30 06:49:53 +0000 |
commit | f4be3f82446369609c485a6fda6a55344950909c (patch) | |
tree | 2c04a33d622b5b0f83370ca5ff4dc097b42bec80 /wm | |
parent | 7f8cc03283bab63a5ecf351fc8e053e9001f348b (diff) | |
download | pkgsrc-f4be3f82446369609c485a6fda6a55344950909c.tar.gz |
Bump PKGREVISION of packages whose Lua depends changed form, but whose
own PKGNAME is unchanged.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/awesome/Makefile | 3 | ||||
-rw-r--r-- | wm/ion/Makefile | 4 | ||||
-rw-r--r-- | wm/notion/Makefile | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/wm/awesome/Makefile b/wm/awesome/Makefile index ae3a27ba529..5bf7e94d93c 100644 --- a/wm/awesome/Makefile +++ b/wm/awesome/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2013/10/30 06:25:15 dholland Exp $ +# $NetBSD: Makefile,v 1.45 2013/10/30 06:49:55 dholland Exp $ # DISTNAME= awesome-3.5.1 +PKGREVISION= 1 CATEGORIES= x11 wm MASTER_SITES= http://awesome.naquadah.org/download/ EXTRACT_SUFX= .tar.xz diff --git a/wm/ion/Makefile b/wm/ion/Makefile index 84ac587e17a..293f6a859af 100644 --- a/wm/ion/Makefile +++ b/wm/ion/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.41 2013/07/04 21:27:58 adam Exp $ +# $NetBSD: Makefile,v 1.42 2013/10/30 06:49:55 dholland Exp $ # DISTNAME= ion-2-20040729 PKGNAME= ${DISTNAME:S/-2-/-/} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= wm x11 MASTER_SITES= http://iki.fi/tuomov/dl/archives/ diff --git a/wm/notion/Makefile b/wm/notion/Makefile index 4dc966b635d..73e51e6b709 100644 --- a/wm/notion/Makefile +++ b/wm/notion/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2013/10/29 11:13:32 jperkin Exp $ +# $NetBSD: Makefile,v 1.14 2013/10/30 06:49:55 dholland Exp $ DISTNAME= notion-3-2013030200-src PKGNAME= ${DISTNAME:S/3-/3./:S/-src//} +PKGREVISION= 1 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=notion/} EXTRACT_SUFX= .tar.bz2 |