diff options
author | ade <ade@FreeBSD.org> | 2002-08-22 05:04:12 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-08-22 05:04:12 +0800 |
commit | 78ad7c59c6a70042f54309e063035618dcb75800 (patch) | |
tree | dbfe4ba8138134dc93de98bba3637400a66befa7 /databases/db43 | |
parent | 55d4379c29e5b51f0feadf1e09cf0026d573d855 (diff) | |
download | freebsd-ports-gnome-78ad7c59c6a70042f54309e063035618dcb75800.tar.gz freebsd-ports-gnome-78ad7c59c6a70042f54309e063035618dcb75800.tar.zst freebsd-ports-gnome-78ad7c59c6a70042f54309e063035618dcb75800.zip |
(1) Take over maintainership whilst unifying the Sleepycat ports
(2) Un-spam the 'Whom' line from a previous commit
Diffstat (limited to 'databases/db43')
-rw-r--r-- | databases/db43/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db43/Makefile b/databases/db43/Makefile index 3019b2d04119..d7cb99e1af02 100644 --- a/databases/db43/Makefile +++ b/databases/db43/Makefile @@ -1,6 +1,6 @@ # ports collection makefile for: Berkeley DB v4 # Date created: 16 August 2000 -# Whom: Sergey Osokin aka oZZ <ports@FreeBSD.org> +# Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru> # # $FreeBSD$ # @@ -14,7 +14,7 @@ MASTER_SITES= http://www.sleepycat.com/update/snapshot/ DISTNAME= db-${PORTVERSION} DIST_SUBDIR= bdb -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ade@FreeBSD.org #PATCH_SITES= ${MASTER_SITES} #PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 |