diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2007-03-31 03:32:43 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2007-03-31 03:32:43 +0000 |
commit | c18a0c6f793e13355f87838905a233c7ca2e7ca9 (patch) | |
tree | ebbdcae46c732be3dc3ed528c24bba92193f7450 | |
parent | 2afafe36eff8b89fb68048f3264f4fba8c7bf17c (diff) | |
download | ports-c18a0c6f793e13355f87838905a233c7ca2e7ca9.tar.gz ports-c18a0c6f793e13355f87838905a233c7ca2e7ca9.zip |
Give maintainership to Josh Paetzel <josh@tcbug.org>.
Notes
Notes:
svn path=/head/; revision=188858
-rw-r--r-- | multimedia/libdvdcss/Makefile | 2 | ||||
-rw-r--r-- | sysutils/vobcopy/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile index b752ac696366..12c07a94966c 100644 --- a/multimedia/libdvdcss/Makefile +++ b/multimedia/libdvdcss/Makefile @@ -13,7 +13,7 @@ CATEGORIES= multimedia MASTER_SITES= http://download.videolan.org/pub/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} -MAINTAINER= lioux@FreeBSD.org +MAINTAINER= josh@tcbug.org COMMENT= Portable abstraction library for DVD decryption NO_CDROM= CSS code may violate the DMCA diff --git a/sysutils/vobcopy/Makefile b/sysutils/vobcopy/Makefile index 92e7d049a900..43470b823ded 100644 --- a/sysutils/vobcopy/Makefile +++ b/sysutils/vobcopy/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0.1 CATEGORIES= sysutils MASTER_SITES= http://lpn.rnbhq.org/download/ -MAINTAINER= lioux@FreeBSD.org +MAINTAINER= josh@tcbug.org COMMENT= Decrypts and copies DVD .vob files LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread |