Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Jan 2006 22:23:26 -0500
From:      Frank Laszlo <laszlof@vonostingroup.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91438: [UPDATE]: textproc/cwtext: Update to version 0.95
Message-ID:  <E1Ev4fu-000KYX-6u@ritamari.vonostingroup.com>
Resent-Message-ID: <200601070330.k073U428045698@freefall.freebsd.org>

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

>Number:         91438
>Category:       ports
>Synopsis:       [UPDATE]: textproc/cwtext: Update to version 0.95
>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 Jan 07 03:30:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Frank Laszlo
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD ritamari.vonostingroup.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Mon Nov 7 12:06:15 EST 2005 laszlof@ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386


	
>Description:
	This patch updates textproc/cwtext to version 0.05. This patch adds a few additional command line flags.

>How-To-Repeat:
	
>Fix:

	



--- cwtext-0.95.diff begins here ---
diff -NrU3 cwtext.orig/Makefile cwtext/Makefile
--- cwtext.orig/Makefile	Fri Jan  6 22:06:05 2006
+++ cwtext/Makefile	Fri Jan  6 22:19:06 2006
@@ -7,13 +7,12 @@
 #
 
 PORTNAME=	cwtext
-PORTVERSION=	0.94
-PORTREVISION=	1
+PORTVERSION=	0.95
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	laszlof@vonostingroup.com
 COMMENT=	Morse Code Generator
 
 USE_PYTHON=	yes
@@ -23,13 +22,10 @@
 ALL_TARGET=	ALL
 
 post-patch:
-	@${REINPLACE_CMD} -e "s,^PREFIX,#PREFIX,g ; \
-		s,gcc,${CC} ${CFLAGS},g" ${WRKSRC}/${MAKEFILE}
+	@${REINPLACE_CMD} -e "s,^PREFIX,#PREFIX,g" \
+		-e "s,gcc,${CC} ${CFLAGS},g" \
+		-e "s,install -sc,${INSTALL_PROGRAM},g" ${WRKSRC}/${MAKEFILE}
 
-do-install:
-.for file in cwmm cwpcm cwtext
-	${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
-.endfor
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
diff -NrU3 cwtext.orig/distinfo cwtext/distinfo
--- cwtext.orig/distinfo	Fri Jan  6 22:06:05 2006
+++ cwtext/distinfo	Fri Jan  6 22:11:18 2006
@@ -1,3 +1,3 @@
-MD5 (cwtext-0.94.tar.gz) = cc98ed413ec36b39fd1e9ed921635bb0
-SHA256 (cwtext-0.94.tar.gz) = 7aa753003e055b2a1edddf353db1553a247dd0aaa7d269d293b809f636ba2cbe
-SIZE (cwtext-0.94.tar.gz) = 12957
+MD5 (cwtext-0.95.tar.gz) = b6fd950f5c970027b8be1a6df720017d
+SHA256 (cwtext-0.95.tar.gz) = e087ec71574304a5f49f7e719f6644ee0cd8f765450d7284c0db52ed8de1bf58
+SIZE (cwtext-0.95.tar.gz) = 15206
--- cwtext-0.95.diff ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Ev4fu-000KYX-6u>