diff options
author | adam <adam@pkgsrc.org> | 2013-07-04 21:27:56 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-07-04 21:27:56 +0000 |
commit | 9ac9b3166ff0473c9070b8850b3623db69842316 (patch) | |
tree | dd15e2c882dba3b4ef8c4c1033dad6e69b88756e /wm | |
parent | 01e0a58d8fa73425536aace7a9e8d148afe3be35 (diff) | |
download | pkgsrc-9ac9b3166ff0473c9070b8850b3623db69842316.tar.gz |
Revbump after updating lang/lua to 5.2.2.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/awesome/Makefile | 4 | ||||
-rw-r--r-- | wm/ion/Makefile | 4 | ||||
-rw-r--r-- | wm/notion/Makefile | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/wm/awesome/Makefile b/wm/awesome/Makefile index c19036188d8..81e79bef8b7 100644 --- a/wm/awesome/Makefile +++ b/wm/awesome/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2013/06/19 14:41:39 jperkin Exp $ +# $NetBSD: Makefile,v 1.40 2013/07/04 21:27:58 adam Exp $ # DISTNAME= awesome-3.4.13 -PKGREVISION= 9 +PKGREVISION= 10 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 b262526cae1..84ac587e17a 100644 --- a/wm/ion/Makefile +++ b/wm/ion/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.40 2012/10/08 12:42:21 asau Exp $ +# $NetBSD: Makefile,v 1.41 2013/07/04 21:27:58 adam Exp $ # DISTNAME= ion-2-20040729 PKGNAME= ${DISTNAME:S/-2-/-/} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= wm x11 MASTER_SITES= http://iki.fi/tuomov/dl/archives/ diff --git a/wm/notion/Makefile b/wm/notion/Makefile index e7b2b441a39..0755481521e 100644 --- a/wm/notion/Makefile +++ b/wm/notion/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2012/10/23 10:24:14 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2013/07/04 21:27:58 adam Exp $ # DISTNAME= notion-3-2012042300-src PKGNAME= ${DISTNAME:S/3-/3./:S/-src//} +PKGREVISION= 1 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=notion/} EXTRACT_SUFX= .tar.bz2 |