Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2011 21:52:14 GMT
From:      Eric Freeman <freebsdports@chillibear.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156483: [MAINTAINER] update graphics/rubygem-image_science (PKGORIGIN fix)
Message-ID:  <201104182152.p3ILqEqa081890@red.freebsd.org>
Resent-Message-ID: <201104182200.p3IM0NU4085028@freefall.freebsd.org>

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

>Number:         156483
>Category:       ports
>Synopsis:       [MAINTAINER] update graphics/rubygem-image_science (PKGORIGIN fix)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 18 22:00:22 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Eric Freeman
>Release:        8.2
>Organization:
>Environment:
FreeBSD BSD8R.local 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011     root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Correction to category mistake in graphics/rubygem-image_science in response to email from erwin@ on Mon, 18 Apr 2011 16:12:00 GMT


** The following ports have an incorrect PKGORIGIN **

 PKGORIGIN connects packaged or installed ports to the directory they
 originated from. This is essential for tools like pkg_version or
 portupgrade to work correctly. Wrong PKGORIGINs are often caused by a
 wrong order of CATEGORIES after a repocopy.

 Please fix any errors as soon as possible.

 The ports tree was updated at Mon Apr 18 2011 15:14:44 UTC.

- *graphics/rubygem-image_science* <freebsdports@chillibear.com>: devel/rubygem-image_science
   | revision 1.1
   | date: 2010/12/11 18:18:03;  author: pgollucci;  state: Exp;
   | - relocated port into correct category
   | 
   | Reported by:    freebsdports@chillibear.com (maintainer)
>How-To-Repeat:
cat /usr/ports/graphics/rubygem-image_science/Makefile | grep CATEGORIES

needs:

s/devel/graphics/
>Fix:
diff -ru rubygem-image_science.orig/Makefile rubygem-image_science/Makefile
--- rubygem-image_science.orig/Makefile	2011-04-18 18:01:50.000000000 +0100
+++ rubygem-image_science/Makefile	2011-04-18 18:04:43.000000000 +0100
@@ -7,7 +7,8 @@
 
 PORTNAME=	image_science
 PORTVERSION=	1.2.1
-CATEGORIES=	devel rubygems
+PORTREVISION=	1
+CATEGORIES=	graphics rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	freebsdports@chillibear.com

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



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