diff options
author | ade <ade@FreeBSD.org> | 2002-08-21 21:04:12 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-08-21 21:04:12 +0000 |
commit | 78ad7c59c6a70042f54309e063035618dcb75800 (patch) | |
tree | dbfe4ba8138134dc93de98bba3637400a66befa7 /databases/db44 | |
parent | 55d4379c29e5b51f0feadf1e09cf0026d573d855 (diff) | |
download | FreeBSD-ports-78ad7c59c6a70042f54309e063035618dcb75800.zip FreeBSD-ports-78ad7c59c6a70042f54309e063035618dcb75800.tar.gz |
(1) Take over maintainership whilst unifying the Sleepycat ports
(2) Un-spam the 'Whom' line from a previous commit
Diffstat (limited to 'databases/db44')
-rw-r--r-- | databases/db44/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db44/Makefile b/databases/db44/Makefile index 3019b2d..d7cb99e 100644 --- a/databases/db44/Makefile +++ b/databases/db44/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 |