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 | |
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
-rw-r--r-- | databases/xapian-bindings/Makefile | 2 | ||||
-rw-r--r-- | databases/xapian-core/Makefile | 2 | ||||
-rw-r--r-- | deskutils/recoll/Makefile | 2 | ||||
-rw-r--r-- | www/xapian-omega/Makefile | 2 |
4 files changed, 4 insertions, 4 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 diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile index 75a124031e11..67b82456babe 100644 --- a/deskutils/recoll/Makefile +++ b/deskutils/recoll/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.15.5 CATEGORIES= deskutils MASTER_SITES= http://www.lesbonscomptes.com/recoll/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pgollucci@FreeBSD.org COMMENT= A personal full text search package, based on QT and Xapian LIB_DEPENDS= xapian.[1-2][0-9]:${PORTSDIR}/databases/xapian-core diff --git a/www/xapian-omega/Makefile b/www/xapian-omega/Makefile index a7d522cef003..a54522061547 100644 --- a/www/xapian-omega/Makefile +++ b/www/xapian-omega/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brix -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pgollucci@FreeBSD.org COMMENT= CGI search application built on Xapian LIB_DEPENDS= xapian.21:${PORTSDIR}/databases/xapian-core |