diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2012-01-25 03:16:47 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2012-01-25 03:16:47 +0800 |
commit | 1ff85951bf48a024ec47d6e762c7e51cd14ef5c2 (patch) | |
tree | 194860157c35050670c9a8e3894e5cddbdfd9968 /databases | |
parent | 5be3f381c5aea146782d1c16d3d116af062d857e (diff) | |
download | freebsd-ports-gnome-1ff85951bf48a024ec47d6e762c7e51cd14ef5c2.tar.gz freebsd-ports-gnome-1ff85951bf48a024ec47d6e762c7e51cd14ef5c2.tar.zst freebsd-ports-gnome-1ff85951bf48a024ec47d6e762c7e51cd14ef5c2.zip |
- Lock these under my maintainership temporarily while the repo copy and upgrade shuffle
happens
Diffstat (limited to 'databases')
-rw-r--r-- | databases/xapian-bindings/Makefile | 2 | ||||
-rw-r--r-- | databases/xapian-core/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/xapian-bindings/Makefile b/databases/xapian-bindings/Makefile index 08213fbe1b2a..31b7bf3a43b7 100644 --- a/databases/xapian-bindings/Makefile +++ b/databases/xapian-bindings/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0.22 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pgollucci@FreeBSD.org COMMENT= Bindings allowing Xapian to be used from various programming languages RUN_DEPENDS= xapian-core>=1.0.22:${PORTSDIR}/databases/xapian-core diff --git a/databases/xapian-core/Makefile b/databases/xapian-core/Makefile index a72376c6491c..724116b5acf1 100644 --- a/databases/xapian-core/Makefile +++ b/databases/xapian-core/Makefile @@ -11,7 +11,7 @@ PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pgollucci@FreeBSD.org COMMENT= A probabilistic text search database engine LICENSE= GPLv2 |