svn commit: r335923 - head/mail/squirrelmail-websearch-plugin

Adam Weinberger adamw at FreeBSD.org
Sun Dec 8 19:07:51 UTC 2013


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 at FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	websearch
+PORTNAME=	web_search
 PORTVERSION=	0.1.6
-PORTREVISION=	1
-DISTNAME=	${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}
+PORTREVISION=	2
 
 MAINTAINER=	ports at 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


More information about the svn-ports-head mailing list