diff options
author | nox <nox@FreeBSD.org> | 2011-09-28 02:09:54 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2011-09-28 02:09:54 +0800 |
commit | a96fcc04e24f01bc498e55be8f3ff8aab55e28ae (patch) | |
tree | d6da4addf510f21a73bce8da22eee49f260d21bd /multimedia | |
parent | 6afbd91f835a67842e19365a6454967c7ca9b5da (diff) | |
download | freebsd-ports-gnome-a96fcc04e24f01bc498e55be8f3ff8aab55e28ae.tar.gz freebsd-ports-gnome-a96fcc04e24f01bc498e55be8f3ff8aab55e28ae.tar.zst freebsd-ports-gnome-a96fcc04e24f01bc498e55be8f3ff8aab55e28ae.zip |
Bump PORTREVISION after ffmpeg update. (markad records the ffmpeg version
during build and complains if it doesn't match...)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vdr-plugin-markad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/vdr-plugin-markad/Makefile b/multimedia/vdr-plugin-markad/Makefile index 633532911975..81c3e77ecba2 100644 --- a/multimedia/vdr-plugin-markad/Makefile +++ b/multimedia/vdr-plugin-markad/Makefile @@ -7,7 +7,7 @@ PORTNAME= vdr-plugin-markad PORTVERSION= 0.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= http://projects.vdr-developer.org/attachments/download/578/ DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} |