diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-06 15:11:03 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-06 15:11:03 +0800 |
commit | 7ef7b9d91eb1e96fa6f981c2581178ea2406f50a (patch) | |
tree | 5cbadd78282ff95c2e5b854c03f83140b699b0ba | |
parent | bf602796537561d1fa98ad9757dc499fc7e3248f (diff) | |
download | marcuscom-ports-7ef7b9d91eb1e96fa6f981c2581178ea2406f50a.tar marcuscom-ports-7ef7b9d91eb1e96fa6f981c2581178ea2406f50a.tar.gz marcuscom-ports-7ef7b9d91eb1e96fa6f981c2581178ea2406f50a.tar.bz2 marcuscom-ports-7ef7b9d91eb1e96fa6f981c2581178ea2406f50a.tar.lz marcuscom-ports-7ef7b9d91eb1e96fa6f981c2581178ea2406f50a.tar.xz marcuscom-ports-7ef7b9d91eb1e96fa6f981c2581178ea2406f50a.tar.zst marcuscom-ports-7ef7b9d91eb1e96fa6f981c2581178ea2406f50a.zip |
Keep this one step ahead of ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10362 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | sysutils/brasero/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index f7a7f04f7..181ea4e41 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -3,10 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/brasero/Makefile,v 1.20 2007/11/01 16:39:10 ahze Exp $ +# $MCom: ports/sysutils/brasero/Makefile,v 1.21 2008/02/06 07:09:49 marcus Exp $ PORTNAME= brasero PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= sysutils audio multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |