Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Dec 2013 19:07:51 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335923 - head/mail/squirrelmail-websearch-plugin
Message-ID:  <201312081907.rB8J7pog004706@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sun Dec  8 19:07:50 2013
New Revision: 335923
URL: http://svnweb.freebsd.org/changeset/ports/335923

Log:
  Instead of forcing a new name everywhere else, just set PORTNAME
  to the actual name.
  
  PORTREVISION bump also for the prior pkg-plist modification as the
  sample config filename changed.

Modified:
  head/mail/squirrelmail-websearch-plugin/Makefile

Modified: head/mail/squirrelmail-websearch-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-websearch-plugin/Makefile	Sun Dec  8 19:04:54 2013	(r335922)
+++ head/mail/squirrelmail-websearch-plugin/Makefile	Sun Dec  8 19:07:50 2013	(r335923)
@@ -1,10 +1,9 @@
 # Created by: Martin Wilke <miwi@FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	websearch
+PORTNAME=	web_search
 PORTVERSION=	0.1.6
-PORTREVISION=	1
-DISTNAME=	${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}
+PORTREVISION=	2
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Plugin for Websearch
@@ -14,7 +13,6 @@ LICENSE=	GPLv2
 USE_SM_COMPAT=	yes
 USE_GENERIC_PKGMESSAGE=	yes
 
-SQUIRREL_PLUGIN_NAME=	web_search
 SQUIRREL_PLUGIN_CONFIG=	${SQUIRREL_PLUGIN_NAME}.conf.php
 
 NO_STAGE=	yes



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