diff options
author | garga <garga@FreeBSD.org> | 2010-01-09 18:51:27 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-01-09 18:51:27 +0800 |
commit | b4773dc05015c5cfce03de2066de08a29899c973 (patch) | |
tree | 8b8f2bf09945dfdc121c9a49986aaf5056cbef0c /x11-wm/awesome/Makefile | |
parent | dc42d2e1a87cd075305a2eed938f8d20a92ad024 (diff) | |
download | freebsd-ports-gnome-b4773dc05015c5cfce03de2066de08a29899c973.tar.gz freebsd-ports-gnome-b4773dc05015c5cfce03de2066de08a29899c973.tar.zst freebsd-ports-gnome-b4773dc05015c5cfce03de2066de08a29899c973.zip |
The patch was committed to fix a regression in 3.4 version as described in
FS#664 is not correct, a new one was made that doesn't create problems for
shifty users.
Accepting the maintainer offer, i'll take the maintainership. Thanks Nikos
for all your work on this port in the past.
PR: ports/142474
Submitted by: garga
Approved by: maintainer
Diffstat (limited to 'x11-wm/awesome/Makefile')
-rw-r--r-- | x11-wm/awesome/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile index f46d119d73c8..8a3959639edc 100644 --- a/x11-wm/awesome/Makefile +++ b/x11-wm/awesome/Makefile @@ -7,11 +7,12 @@ PORTNAME= awesome PORTVERSION= 3.4.3 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://awesome.naquadah.org/download/ \ http://redundancy.redundancy.org/mirror/ -MAINTAINER= ntarmos@cs.uoi.gr +MAINTAINER= garga@FreeBSD.org COMMENT= A highly configurable, next generation framework window manager BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ |