diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
commit | f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d (patch) | |
tree | 384a6fe89b7bf8bffcc478f3462d538eea755790 /audio/mumble | |
parent | 49be72eaa4585216ade79b274fca337c2bf4866a (diff) |
Notes
Diffstat (limited to 'audio/mumble')
-rw-r--r-- | audio/mumble/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index c53ae6ea3739..16141c00bbb6 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: mumble -# Date created: 1 February 2009 -# Whom: marius nuennerich -# +# Created by: marius nuennerich # $FreeBSD$ -# PORTNAME= mumble PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/Mumble/${PORTVERSION} |