Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  3 Feb 2003 10:45:57 +0100 (CET)
From:      "Michael L.Hostbaek" <mich@freebsdcluster.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47837: Update port: [Maintainer Update]: sysutils/spinner
Message-ID:  <20030203094557.BD87714A24@icommerce-france.com>

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

>Number:         47837
>Category:       ports
>Synopsis:       Update port: [Maintainer Update]: sysutils/spinner
>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 Feb 03 01:50:13 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michael L. Hostbaek
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
FreeBSDCluster.org
>Environment:
System: FreeBSD extranet.itxmarket.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Oct 11 17:00:45 CEST 2002 root@extranet.itxmarket.com:/usr/obj/usr/src/sys/EXTRANET1 i386

>Description:
	- Update to latest release.
	- Move binary to sbin.
>How-To-Repeat:
>Fix:

	
diff -u -ruN spinner.bak/Makefile spinner/Makefile
--- spinner.bak/Makefile	Mon Feb  3 10:43:20 2003
+++ spinner/Makefile	Mon Feb  3 10:41:17 2003
@@ -7,20 +7,17 @@
 #
 
 PORTNAME=	spinner
-PORTVERSION=	1.1
+PORTVERSION=	1.2.2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://downloads.laffeycomputer.com/current_builds/spinner/
 
 MAINTAINER=	mich@freebsdcluster.org
 
 DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
-USE_REINPLACE=	yes
+GNU_CONFIGURE=	yes
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|-O2 ||g ; \
-		s|gcc |\$$\(CC\) |g' ${WRKSRC}/Makefile
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/spinner ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/spinner ${PREFIX}/sbin
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
diff -u -ruN spinner.bak/distinfo spinner/distinfo
--- spinner.bak/distinfo	Mon Feb  3 10:43:20 2003
+++ spinner/distinfo	Mon Feb  3 10:39:13 2003
@@ -1 +1 @@
-MD5 (spinner-1.1.tar.gz) = f4f6046c2c8b760659288bce03111a53
+MD5 (spinner-1.2.2.tar.gz) = bd185e7d5466485354f0463ce648e807
diff -u -ruN spinner.bak/pkg-plist spinner/pkg-plist
--- spinner.bak/pkg-plist	Mon Feb  3 10:43:20 2003
+++ spinner/pkg-plist	Mon Feb  3 10:41:32 2003
@@ -1,3 +1,3 @@
-bin/spinner
+sbin/spinner
 %%PORTDOCS%%share/doc/spinner/README
 %%PORTDOCS%%@dirrm share/doc/spinner

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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