diff options
author | rezny <rezny@FreeBSD.org> | 2017-01-30 22:55:08 +0800 |
---|---|---|
committer | rezny <rezny@FreeBSD.org> | 2017-01-30 22:55:08 +0800 |
commit | 1b5a9ade453d0cd19d992399da7a12a85fc09351 (patch) | |
tree | c1c63270d8fbb6533a09aa804646f4dacae670e2 /security | |
parent | 21f96e9c36f2f6fff39cb06f0a63cfa9fda26688 (diff) | |
download | freebsd-ports-gnome-1b5a9ade453d0cd19d992399da7a12a85fc09351.tar.gz freebsd-ports-gnome-1b5a9ade453d0cd19d992399da7a12a85fc09351.tar.zst freebsd-ports-gnome-1b5a9ade453d0cd19d992399da7a12a85fc09351.zip |
Change the MAINTAINER line to my FreeBSD.org address in the ports I maintain
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9380
Diffstat (limited to 'security')
-rw-r--r-- | security/cfv/Makefile | 2 | ||||
-rw-r--r-- | security/py-fchksum/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/cfv/Makefile b/security/cfv/Makefile index df597a5916f2..105c79cade84 100644 --- a/security/cfv/Makefile +++ b/security/cfv/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.18.3 CATEGORIES= security MASTER_SITES= SF -MAINTAINER= matthew@reztek.cz +MAINTAINER= rezny@FreeBSD.org COMMENT= Utility to both test and create .sfv, .csv, and md5sum files USES= python:2 diff --git a/security/py-fchksum/Makefile b/security/py-fchksum/Makefile index 183085611ad5..c2a2945bff64 100644 --- a/security/py-fchksum/Makefile +++ b/security/py-fchksum/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://code.fluffytapeworm.com/projects/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} -MAINTAINER= matthew@reztek.cz +MAINTAINER= rezny@FreeBSD.org COMMENT= Python module to find the checksum of files LICENSE= GPLv2 |