diff options
author | edwin <edwin@FreeBSD.org> | 2008-06-06 13:08:29 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-06-06 13:08:29 +0000 |
commit | 4d26292f7479b4bbf9650dcb1661b4945decce13 (patch) | |
tree | 2e9148465989063ca8dce2f83097ec5e23081eca /audio/ardour | |
parent | 1bf8375f1c6cac8a2bb3b22f36f9a947bfa4e2ff (diff) | |
download | FreeBSD-ports-4d26292f7479b4bbf9650dcb1661b4945decce13.zip FreeBSD-ports-4d26292f7479b4bbf9650dcb1661b4945decce13.tar.gz |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Diffstat (limited to 'audio/ardour')
-rw-r--r-- | audio/ardour/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile index e1c688c..5de10f3 100644 --- a/audio/ardour/Makefile +++ b/audio/ardour/Makefile @@ -7,6 +7,7 @@ PORTNAME= ardour PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://ardour.org/files/releases/ DISTFILES= ardour-${DISTVERSION}.tar.bz2 |