From owner-svn-ports-head@FreeBSD.ORG Tue Feb 4 16:14:44 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2507872C; Tue, 4 Feb 2014 16:14:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 246711CF2; Tue, 4 Feb 2014 16:14:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s14GEhbF040320; Tue, 4 Feb 2014 16:14:43 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s14GEgd6040318; Tue, 4 Feb 2014 16:14:42 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402041614.s14GEgd6040318@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 4 Feb 2014 16:14:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342556 - head/www/xapian-omega X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 16:14:44 -0000 Author: sunpoet Date: Tue Feb 4 16:14:42 2014 New Revision: 342556 URL: http://svnweb.freebsd.org/changeset/ports/342556 QAT: https://qat.redports.org/buildarchive/r342556/ Log: - Update to 1.2.17 - Simplify Makefile - Cosmetic change Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.17 Modified: head/www/xapian-omega/Makefile head/www/xapian-omega/distinfo Modified: head/www/xapian-omega/Makefile ============================================================================== --- head/www/xapian-omega/Makefile Tue Feb 4 16:14:36 2014 (r342555) +++ head/www/xapian-omega/Makefile Tue Feb 4 16:14:42 2014 (r342556) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xapian-omega -PORTVERSION= 1.2.16 +PORTVERSION= 1.2.17 CATEGORIES= www MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet @@ -32,9 +32,8 @@ USE_XZ= yes USES= perl5 shebangfix MORE_PORTDOCS= AUTHORS ChangeLog NEWS README TODO -PORTDOCS= cgiparams.html index.html omegascript.html overview.html \ - quickstart.html scriptindex.html termprefixes.html \ - ${MORE_PORTDOCS} +PORTDOCS= ${MORE_PORTDOCS} cgiparams.html index.html omegascript.html \ + overview.html quickstart.html scriptindex.html termprefixes.html PORTEXAMPLES= omega.conf SHEBANG_FILES= dbi2omega htdig2omega mbox2omega @@ -50,9 +49,8 @@ post-patch: ${WRKSRC}/Makefile.in post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${STAGEDIR}${EXAMPLESDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${MORE_PORTDOCS} ${STAGEDIR}${DOCSDIR}/ - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}/ .include Modified: head/www/xapian-omega/distinfo ============================================================================== --- head/www/xapian-omega/distinfo Tue Feb 4 16:14:36 2014 (r342555) +++ head/www/xapian-omega/distinfo Tue Feb 4 16:14:42 2014 (r342556) @@ -1,2 +1,2 @@ -SHA256 (xapian-omega-1.2.16.tar.xz) = 63df364780b3c5dd0242dccc6d1dc5059292077cc1e2746f38d5f3695ab7fabe -SIZE (xapian-omega-1.2.16.tar.xz) = 417224 +SHA256 (xapian-omega-1.2.17.tar.xz) = 0e1b7a41df61d0953159f9fe27ff0c9a584a94c6a7b039f19c07b5454ac8118c +SIZE (xapian-omega-1.2.17.tar.xz) = 417900