diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2012-10-01 10:36:07 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2012-10-01 10:36:07 +0000 |
commit | 7f38b5d9e8a82f0dccd921ebfd7b5be3723b30f2 (patch) | |
tree | ded79cb6dd0e08605a5788199413ec678b33a07e /audio/spek/Makefile | |
parent | - update to 1.1 (diff) |
audio/spek:
- Update to 0.8.1
- While here, trim Makefile headers
PR: ports/172174
Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com> (maintainer)
Approved by: crees, tabthorpe (mentors, implicit)
Notes
Notes:
svn path=/head/; revision=305104
Diffstat (limited to '')
-rw-r--r-- | audio/spek/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/spek/Makefile b/audio/spek/Makefile index 33fa7387b9e5..a94075b2b28b 100644 --- a/audio/spek/Makefile +++ b/audio/spek/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: spek -# Date created: 2010-09-07 -# Whom: Alexander Kojevnikov <alexander@kojevnikov.com> -# +# Created by: Alexander Kojevnikov <alexander@kojevnikov.com> # $FreeBSD$ -# PORTNAME= spek -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 CATEGORIES= audio MASTER_SITES= http://cloud.github.com/downloads/alexkay/${PORTNAME}/ |