Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Sep 2008 22:46:41 +1000 (YAKST)
From:      Alexander Logvinov <ports@logvinov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        webmaster@kibab.com
Subject:   ports/127681: [patch] palm/synce-libr*: fix CATEGORIES in slave ports
Message-ID:  <200809271246.m8RCkfd1004643@blg.akavia.ru>
Resent-Message-ID: <200809271310.m8RDA3RU010130@freefall.freebsd.org>

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

>Number:         127681
>Category:       ports
>Synopsis:       [patch] palm/synce-libr*: fix CATEGORIES in slave ports
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 27 13:10:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Logvinov
>Release:        FreeBSD 6.3-RELEASE-p1 i386
>Organization:
>Environment:

>Description:

  Fix CATEGORIES in slave palm/py-synce-librapi2 and palm/py-synce-librra.

>How-To-Repeat:
	    
>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/palm/synce-librapi2/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile	27 Jul 2008 14:28:19 -0000	1.21
+++ Makefile	27 Sep 2008 12:38:23 -0000
@@ -6,7 +6,7 @@
 
 PORTNAME=	librapi2
 PORTVERSION=	0.12
-CATEGORIES=	palm
+CATEGORIES?=	palm
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	synce
 PKGNAMEPREFIX?=	synce-
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/palm/synce-librra/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	7 Sep 2008 16:02:08 -0000	1.19
+++ Makefile	27 Sep 2008 12:38:48 -0000
@@ -7,7 +7,7 @@
 PORTNAME=	librra
 PORTVERSION=	0.12
 PORTREVISION=	1
-CATEGORIES=	palm
+CATEGORIES?=	palm
 MASTER_SITES=	SF/synce
 PKGNAMEPREFIX?=	synce-
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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