diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2009-01-23 15:43:14 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2009-01-23 15:43:14 +0000 |
commit | c189a6b2da9cbee7ff927b553a75d1280f12253e (patch) | |
tree | eab313d2cb66a1c1bedfa134756b2754c49555fd /audio/streamtranscoder/Makefile | |
parent | At long last, update the curl port to its almost-current version, 7.19.2. (diff) |
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
Notes
Notes:
svn path=/head/; revision=226721
Diffstat (limited to 'audio/streamtranscoder/Makefile')
-rw-r--r-- | audio/streamtranscoder/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/streamtranscoder/Makefile b/audio/streamtranscoder/Makefile index 9652b44f7269..cf5d08582a0d 100644 --- a/audio/streamtranscoder/Makefile +++ b/audio/streamtranscoder/Makefile @@ -7,7 +7,7 @@ PORTNAME= streamtranscoder PORTVERSION= 1.2.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://www.oddsock.org/tools/streamTranscoder/ |