diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-10-31 15:03:05 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-10-31 15:03:05 +0000 |
commit | df2a1fc9e68e07eb4b16728796b0d8cb6c7e66ca (patch) | |
tree | f82cca4351131703c99976635b0eaf6ae3ac1ccf /audio | |
parent | - Fix build with gcc 4.2 (diff) |
Backout PORTREVISION decrement.
Noticed by: markus
Approved by: portmgr (erwin, pav)
Notes
Notes:
svn path=/head/; revision=202461
Diffstat (limited to 'audio')
-rw-r--r-- | audio/akode-plugins-xiph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/akode-plugins-xiph/Makefile b/audio/akode-plugins-xiph/Makefile index b64c20ff414c..b08971b8c616 100644 --- a/audio/akode-plugins-xiph/Makefile +++ b/audio/akode-plugins-xiph/Makefile @@ -7,7 +7,7 @@ PORTNAME= akode-plugins-${PORTNAMESUFX} PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_GENTOO} |