Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2017 23:15:12 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441931 - head/databases/p5-Search-Xapian10
Message-ID:  <201705282315.v4SNFC2H051201@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 28 23:15:12 2017
New Revision: 441931
URL: https://svnweb.freebsd.org/changeset/ports/441931

Log:
  Fix PORTNAME, use PKGNAMESUFFIX and remove DISTNAME

Modified:
  head/databases/p5-Search-Xapian10/Makefile

Modified: head/databases/p5-Search-Xapian10/Makefile
==============================================================================
--- head/databases/p5-Search-Xapian10/Makefile	Sun May 28 23:15:07 2017	(r441930)
+++ head/databases/p5-Search-Xapian10/Makefile	Sun May 28 23:15:12 2017	(r441931)
@@ -1,13 +1,13 @@
 # Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	Search-Xapian10
+PORTNAME=	Search-Xapian
 PORTVERSION=	1.0.23.0
 PORTREVISION=	2
 CATEGORIES=	databases perl5
 MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION:R}/
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME:S/10$//}-${PORTVERSION}
+PKGNAMESUFFIX=	10
 
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl XS frontend to the Xapian C++ search library



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705282315.v4SNFC2H051201>