diff options
author | edwin <edwin@FreeBSD.org> | 2008-06-06 21:08:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-06-06 21:08:29 +0800 |
commit | 4d26292f7479b4bbf9650dcb1661b4945decce13 (patch) | |
tree | 2e9148465989063ca8dce2f83097ec5e23081eca /audio/py-mad/Makefile | |
parent | 1bf8375f1c6cac8a2bb3b22f36f9a947bfa4e2ff (diff) | |
download | freebsd-ports-gnome-4d26292f7479b4bbf9650dcb1661b4945decce13.tar.gz freebsd-ports-gnome-4d26292f7479b4bbf9650dcb1661b4945decce13.tar.zst freebsd-ports-gnome-4d26292f7479b4bbf9650dcb1661b4945decce13.zip |
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/py-mad/Makefile')
-rw-r--r-- | audio/py-mad/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/py-mad/Makefile b/audio/py-mad/Makefile index 89228f32086b..0532b019e789 100644 --- a/audio/py-mad/Makefile +++ b/audio/py-mad/Makefile @@ -6,6 +6,7 @@ PORTNAME= mad PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= http://spacepants.org/src/pymad/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |