Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Sep 2008 03:55:38 GMT
From:      Ashish Shukla <wahjava@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/127287: Update Port: www/xpi-firegpg to v.0.5.1
Message-ID:  <200809110355.m8B3tc7e002954@www.freebsd.org>
Resent-Message-ID: <200809110400.m8B40Daj009533@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         127287
>Category:       misc
>Synopsis:       Update Port: www/xpi-firegpg to v.0.5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 11 04:00:12 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ashish Shukla
>Release:        7.0-RELEASE-p4
>Organization:
N/A
>Environment:
FreeBSD monte-cristo.france 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #4: Sat Sep  6 23:39:14 IST 2008     root@monte-cristo.france:/usr/obj/usr/src/sys/ULE  amd64
>Description:
This diff updates the port version to 0.5.1. The users of this port are already running the version 0.5.1 under version 0.5 of this port.

Following issues are fixed in this release:

* Absolute path to 'gpg' is replaced with 'gpg' in RUN_DEPENDS in Makefile.
* PORTVERSION in Makefile is incremented.
* DISTNAME is removed from the Makefile.

Thanks to Clemens Fischer for reporting the RUN_DEPENDS issue.
>How-To-Repeat:

>Fix:
diff --git xpi-firegpg/Makefile xpi-firegpg/Makefile
index 128e7b5..29a7ab1 100644
--- xpi-firegpg/Makefile
+++ xpi-firegpg/Makefile
@@ -6,16 +6,15 @@
 #
 
 PORTNAME=      firegpg
-PORTVERSION=   0.5
+PORTVERSION=   0.5.1
 CATEGORIES=    www
 MASTER_SITES=  http://getfiregpg.org/${MASTER_SITE_SUBDIR}/
 MASTER_SITE_SUBDIR=    stable
-DISTNAME=      ${PORTNAME}
 
 MAINTAINER=    wahjava@gmail.com
 COMMENT=       An extension that acts as an assistant for using GPG
 
-RUN_DEPENDS=   ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg
+RUN_DEPENDS=   gpg:${PORTSDIR}/security/gnupg
 
 XPI_ID=        firegpg@firegpg.team
 USE_XPI=       *firefox*
diff --git xpi-firegpg/distinfo xpi-firegpg/distinfo
index 5107488..84c1782 100644
--- xpi-firegpg/distinfo
+++ xpi-firegpg/distinfo
@@ -1,3 +1,3 @@
-MD5 (xpi/firegpg.xpi) = a9b88810502c636e0d97455e4a7eb1cb
-SHA256 (xpi/firegpg.xpi) = 200974fb7522977fc814e924591b0841014a66c6124b2bb55f267a7eb719e5dc
-SIZE (xpi/firegpg.xpi) = 161592
+MD5 (xpi/firegpg-0.5.1.xpi) = a9b88810502c636e0d97455e4a7eb1cb
+SHA256 (xpi/firegpg-0.5.1.xpi) = 200974fb7522977fc814e924591b0841014a66c6124b2bb55f267a7eb719e5dc
+SIZE (xpi/firegpg-0.5.1.xpi) = 161592


>Release-Note:
>Audit-Trail:
>Unformatted:



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