svn commit: r441931 - head/databases/p5-Search-Xapian10

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 28 23:15:13 UTC 2017


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 at 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 at FreeBSD.org
 COMMENT=	Perl XS frontend to the Xapian C++ search library


More information about the svn-ports-all mailing list