ports/96764: new port: www/xpi-cutemenus_-_crystal_svg

Lapo Luchini lapo.luchini at gmail.com
Fri May 5 10:40:26 UTC 2006


The following reply was made to PR ports/96764; it has been noted by GNATS.

From: Lapo Luchini <lapo.luchini at gmail.com>
To: Andrew Pantyukhin <infofarmer at gmail.com>
Cc: bug-followup at freebsd.org
Subject: Re: ports/96764: new port: www/xpi-cutemenus_-_crystal_svg
Date: Fri, 05 May 2006 12:37:24 +0200

 Yes, I do prefer when port name and port directory match.
 
 So I changed it and made a patch (only the Makefile changed).
 
 It would be great to add directly to Makefile.xpi support for an
 optional "XPI_NAME" (or something like that) variable in order to avoid
 having to re-define MASTER_SITE_SUBDIR and DISTNAME in each Makefile =)
 
 Patch follows:
 
 mv /usr/ports/www/xpi-cutemenus_-_crystal_svg
 /usr/ports/www/xpi-cutemenus-crystalsvg
 
 --- MAkefile.orig       Fri May  5 12:28:00 2006
 +++ Makefile    Fri May  5 12:24:34 2006
 @@ -5,17 +5,19 @@
  # $FreeBSD$
  #
  
 -PORTNAME=      cutemenus_-_crystal_svg
 +PORTNAME=      cutemenus-crystalsvg
  PORTVERSION=   0.9.9.73
  DISTVERSIONSUFFIX=     -fx+fl+tb
  CATEGORIES=    www
 +MASTER_SITE_SUBDIR=extensions/cutemenus_-_crystal_svg
 +DISTNAME=      cutemenus_-_crystal_svg-${DISTVERSION}${DISTVERSIONSUFFIX}
  
  MAINTAINER=    lapo at lapo.it
  COMMENT=       An extension that adds cute icons to menus
  
  XPI_ID=                {63df8e21-711c-4074-a257-b065cadc28d8}
 -XPI_FILES=     chrome/cutemenus.jar chrome.manifest install.js install.rdf
 -XPI_DIRS=      chrome
 +XPI_FILES=     chrome/cutemenus.jar chrome.manifest install.js install.rdf
 +XPI_DIRS=      chrome
  
  .include "../xpi-adblock/Makefile.xpi"
  .include <bsd.port.mk>
 



More information about the freebsd-ports-bugs mailing list