diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-07-01 00:32:10 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-07-01 00:32:10 +0800 |
commit | 73936c079f905d821e589012bff77c1ee7c969ef (patch) | |
tree | 9bc6085fa5f9cbf4b4423075b0c1827afa2dd9b4 | |
parent | ee940000c016fda4b6e089964984e32abfe3324a (diff) | |
download | marcuscom-ports-73936c079f905d821e589012bff77c1ee7c969ef.tar marcuscom-ports-73936c079f905d821e589012bff77c1ee7c969ef.tar.gz marcuscom-ports-73936c079f905d821e589012bff77c1ee7c969ef.tar.bz2 marcuscom-ports-73936c079f905d821e589012bff77c1ee7c969ef.tar.lz marcuscom-ports-73936c079f905d821e589012bff77c1ee7c969ef.tar.xz marcuscom-ports-73936c079f905d821e589012bff77c1ee7c969ef.tar.zst marcuscom-ports-73936c079f905d821e589012bff77c1ee7c969ef.zip |
Test commit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18609 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | audio/pulseaudio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 2727931ea..955676fcf 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/audio/pulseaudio/Makefile 17268 2013-04-01 05:13:11Z marcus $ +# $MCom$ # # !!!NOTE!!! Any PORTVERSION update to this port must be accompanied by # PORTREVISION bumps of depending ports. @@ -11,6 +11,7 @@ CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ MAINTAINER= gnome@FreeBSD.org + COMMENT= Sound server for UNIX # keep the json version otherwise it will match json-glib |