Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Dec 2008 17:04:43 GMT
From:      Sachidananda Urs <sacchi@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   i386/129614: Update-port: sysutils/fsyp - Detect filesystem type on a partition
Message-ID:  <200812131704.mBDH4hPM092359@www.freebsd.org>
Resent-Message-ID: <200812131710.mBDHA0pD033680@freefall.freebsd.org>

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

>Number:         129614
>Category:       i386
>Synopsis:       Update-port: sysutils/fsyp - Detect filesystem type on a partition
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-i386
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 13 17:10:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Sachidananda Urs
>Release:        FreeBSD 8.0-CURRENT
>Organization:
>Environment:
FreeBSD hope 8.0-CURRENT-200809 FreeBSD 8.0-CURRENT-200809 #0: Sun Sep  7 22:13:46 UTC 2008     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Added a more reliable sourceforge master site.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/sysutils/fstyp/Makefile ./Makefile
--- /usr/ports/sysutils/fstyp/Makefile	2008-11-11 18:59:13.000000000 +0530
+++ ./Makefile	2008-12-13 21:56:37.000000000 +0530
@@ -8,7 +8,9 @@
 PORTNAME=	fstyp
 PORTVERSION=	0.1
 CATEGORIES=	sysutils
-MASTER_SITES=	http://thegaul.org/src/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}/${MASTER_SITE_SUBDIR}\
+		http://thegaul.org/src/
+MASTER_SITE_SUBDIR=fstyp
 
 MAINTAINER=	sacchi@gmail.com
 COMMENT=	Detect which filesystem type a device/partition contains
diff -ruN /usr/ports/sysutils/fstyp/pkg-descr ./pkg-descr
--- /usr/ports/sysutils/fstyp/pkg-descr	2008-11-11 18:59:13.000000000 +0530
+++ ./pkg-descr	2008-12-13 22:00:21.000000000 +0530
@@ -1,4 +1,4 @@
 fstyp can be used to heuristically detect which filesystem type a device or a
 partition contains. Useful for backup scripts.
 
-WWW: http://thegaul.org/src/
+WWW: http://nchc.dl.sourceforge.net/sourceforge/fstyp/


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



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