Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2008 19:58:33 GMT
From:      Felippe de Meirelles Motta <lippemail@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121013: [UPDATE] sysutils/p5-File-Stat-Bits
Message-ID:  <200802231958.m1NJwXrc005264@www.freebsd.org>
Resent-Message-ID: <200802232010.m1NKA3ei035209@freefall.freebsd.org>

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

>Number:         121013
>Category:       ports
>Synopsis:       [UPDATE] sysutils/p5-File-Stat-Bits
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 23 20:10:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Updated to 1.01
- Use CPAN macro
- Remove unnecessary patch
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/p5-File-Stat-Bits/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	27 Jun 2006 01:25:15 -0000	1.2
+++ Makefile	21 Feb 2008 14:29:49 -0000
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	File-Stat-Bits
-PORTVERSION=	1.00
+PORTVERSION=	1.01
 CATEGORIES=	sysutils perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	File
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	pirzyk@FreeBSD.org
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/p5-File-Stat-Bits/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	27 Jun 2006 01:25:15 -0000	1.3
+++ distinfo	21 Feb 2008 14:29:49 -0000
@@ -1,3 +1,3 @@
-MD5 (File-Stat-Bits-1.00.tar.gz) = 47d6b70c25f26b0bde98d047bf803045
-SHA256 (File-Stat-Bits-1.00.tar.gz) = 013d3506e9ac029a255be952dcf87cdd466c7c696634e588baae861692075a7a
-SIZE (File-Stat-Bits-1.00.tar.gz) = 9256
+MD5 (File-Stat-Bits-1.01.tar.gz) = 9c726b544895267e3e97f09e64793afe
+SHA256 (File-Stat-Bits-1.01.tar.gz) = bd2442b0407a580b8bc094fe8e02c26bd2cb56936d1bf22f62da2fcbdbf692fb
+SIZE (File-Stat-Bits-1.01.tar.gz) = 9348
Index: files/patch-t-gen-stat.c
===================================================================
RCS file: files/patch-t-gen-stat.c
diff -N files/patch-t-gen-stat.c
--- files/patch-t-gen-stat.c	27 Jun 2006 01:25:15 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,26 +0,0 @@
---- t/gen-stat.c.orig	Sun May 21 04:19:35 2006
-+++ t/gen-stat.c	Sun Jun 25 10:29:33 2006
-@@ -13,11 +13,6 @@
- #include <sys/stat.h>
- #include <sys/types.h>
- 
--#ifdef _HAVE_SYS_SYSMACROS_H
--# include <sys/sysmacros.h>
--#endif
--
--
- #undef P
- #undef CONCAT
- #undef CONCAT1
-@@ -126,8 +121,9 @@
- 
-     *_shift=shift;
- 
--    for(*_mask=0; mask=MASK(shift), f(mask) != 0; ++shift)
--	*_mask |= mask;
-+    for(*_mask=0; mask=MASK(shift), shift < sizeof mask * 8; ++shift)
-+     if ( f(mask) != 0 )
-+	 *_mask |= mask;
- }
- 
- 


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



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