Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2011 01:16:11 +0800 (CST)
From:      chinsan <chinsan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ar@null.lv
Subject:   ports/154804: [PATCH] devel/geany-plugins: fix typo on COMMENT 
Message-ID:  <20110215171611.BE4BDB81E@chinsan.info>
Resent-Message-ID: <201102151710.p1FHA9gY070679@freefall.freebsd.org>

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

>Number:         154804
>Category:       ports
>Synopsis:       [PATCH] devel/geany-plugins: fix typo on COMMENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 15 17:10:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD chinsan.info 7.1-STABLE FreeBSD 7.1-STABLE #0: Mon Jan 12 01:44:01 CST 2009
>Description:
- fix typo on COMMENT
- remove obsoleted checksum algorithm

Port maintainer (ar@null.lv) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- geany-plugins-0.19.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/geany-plugins/Makefile /usr/home/chinsan/projects/geany-plugins/Makefile
--- /usr/ports/devel/geany-plugins/Makefile	2010-10-10 06:06:20.000000000 +0800
+++ /usr/home/chinsan/projects/geany-plugins/Makefile	2011-02-16 01:08:47.000000000 +0800
@@ -11,7 +11,7 @@
 MASTER_SITES=	http://plugins.geany.org/geany-plugins/
 
 MAINTAINER=	ar@null.lv
-COMMENT=	Plugins for lightwidth editor - geany
+COMMENT=	Plugins for lightweight editor - geany
 
 BUILD_DEPENDS=	geany:${PORTSDIR}/devel/geany
 RUN_DEPENDS=	geany:${PORTSDIR}/devel/geany
diff -ruN --exclude=CVS /usr/ports/devel/geany-plugins/distinfo /usr/home/chinsan/projects/geany-plugins/distinfo
--- /usr/ports/devel/geany-plugins/distinfo	2010-10-10 06:06:20.000000000 +0800
+++ /usr/home/chinsan/projects/geany-plugins/distinfo	2011-02-16 01:13:35.000000000 +0800
@@ -1,3 +1,2 @@
-MD5 (geany-plugins-0.19.tar.bz2) = 981c479c7014ea24be7df4d84867a2cb
 SHA256 (geany-plugins-0.19.tar.bz2) = 41a6ab69ede801d660761c799b64c8d0027d76a1dda584777f4d40e1ba064324
 SIZE (geany-plugins-0.19.tar.bz2) = 842017
--- geany-plugins-0.19.patch ends here ---

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



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