diff options
author | nox <nox@FreeBSD.org> | 2012-06-20 02:42:12 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2012-06-20 02:42:12 +0800 |
commit | 25f70f5a34df29fbc7a22e22be50b943dae920f9 (patch) | |
tree | 23b71af533dc5b16d75d441439de3989b1d1b029 /multimedia/vdr-plugin-vnsiserver/Makefile | |
parent | f3daeb31bd647cf356eeaf976b8f1cfc15046657 (diff) | |
download | freebsd-ports-gnome-25f70f5a34df29fbc7a22e22be50b943dae920f9.tar.gz freebsd-ports-gnome-25f70f5a34df29fbc7a22e22be50b943dae920f9.tar.zst freebsd-ports-gnome-25f70f5a34df29fbc7a22e22be50b943dae920f9.zip |
- Update multimedia/vdr and multimedia/vdr-plugins to 1.7.28 .
- Update xineliboutput XKeySym.Pause key in example remote.conf.
("space" instead of "Space")
- Add multimedia/vdr-plugin-extrecmenu 1.2.2 to vdr-plugins metaport.
- Update multimedia/vdr-plugin-skinenigmang to 0.1.2s20120606 git snapshot.
- Update www/vdr-plugin-live to 0.2.0s20120325 git snapshot.
- Bump PORTREVISION for all other plugins and add api fixes where necessary.
- Add HISTORY to PORTDOCS for most plugins. (those that have it)
- Remove shlib major versions from LIB_DEPENDS to pet portlint.
Diffstat (limited to 'multimedia/vdr-plugin-vnsiserver/Makefile')
-rw-r--r-- | multimedia/vdr-plugin-vnsiserver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vdr-plugin-vnsiserver/Makefile b/multimedia/vdr-plugin-vnsiserver/Makefile index 66edcb176668..9f23d61691b4 100644 --- a/multimedia/vdr-plugin-vnsiserver/Makefile +++ b/multimedia/vdr-plugin-vnsiserver/Makefile @@ -7,7 +7,7 @@ PORTNAME= vdr-plugin-vnsiserver PORTVERSION= 0.0.2s20100808.0952 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= multimedia MASTER_SITES= http://ppa.launchpad.net/yavdr/testing-vdr/ubuntu/pool/main/v/vdr-plugin-vnsiserver/ \ LOCAL/nox/ @@ -18,7 +18,7 @@ COMMENT= Video Disk Recorder - VNSI server plugin PATCH_STRIP= -p1 HAVE_CONFIGURE= yes -PORTDOCS= COPYING README +PORTDOCS= COPYING README HISTORY MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION:S/s20/+svn20/}${DISTVERSIONSUFFIX} |