Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Mar 2004 11:26:35 -0800 (PST)
From:      "Liam J. Foy" <liamfoy@sepulcrum.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/64781: [Patch] net/gnetcat - fix gettext dependency and a few minor cleans.
Message-ID:  <200403261926.i2QJQZDL047260@www.freebsd.org>
Resent-Message-ID: <200403261930.i2QJUTqo068032@freefall.freebsd.org>

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

>Number:         64781
>Category:       ports
>Synopsis:       [Patch] net/gnetcat - fix gettext dependency and a few minor cleans.
>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:   Fri Mar 26 11:30:28 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Liam J. Foy
>Release:        
>Organization:
Sepulcrum
>Environment:
FreeBSD liamfoy.ath.cx 4.9-STABLE FreeBSD 4.9-STABLE #9: Thu Mar 11 20:24:44 GMT 2004 liamfoy@liamfoy.ath.cx:/usr/src/sys/compile/Ecthelion  i386

>Description:
The patch fixes the gettext dependency. Thanks also to Jason Harris <jharris@widomaker.com> for some of the minor cleans.
>How-To-Repeat:
      
>Fix:
diff -crN /usr/ports/net/gnetcat/Makefile /usr/ports/custom/gnetcat/Makefile
*** /usr/ports/net/gnetcat/Makefile	Tue Mar 23 17:01:01 2004
--- /usr/ports/custom/gnetcat/Makefile	Fri Mar 26 19:12:11 2004
***************
*** 7,12 ****
--- 7,13 ----
  
  PORTNAME=	gnetcat
  PORTVERSION=	0.7.1
+ PORTREVISION=	1
  CATEGORIES=	net
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	netcat
***************
*** 22,27 ****
--- 23,29 ----
  MAN1=		gnetcat.1
  MANCOMPRESSED=	no
  PLIST_FILES=	bin/gnetcat
+ USE_GETTEXT=	yes
  
  do-install:
  	${INSTALL_PROGRAM} ${WRKSRC}/src/netcat ${PREFIX}/bin/gnetcat
diff -crN /usr/ports/net/gnetcat/pkg-descr /usr/ports/custom/gnetcat/pkg-descr
*** /usr/ports/net/gnetcat/pkg-descr	Mon Jan 12 22:00:05 2004
--- /usr/ports/custom/gnetcat/pkg-descr	Fri Mar 26 17:47:17 2004
***************
*** 5,11 ****
  exploration tool, since it can create almost any kind of connection you 
  would need and has several interesting built-in capabilities.
  
! WWW: http://netcat.sourceforge.net
  
  -Liam Foy
  liamfoy@sepulcrum.org
--- 5,11 ----
  exploration tool, since it can create almost any kind of connection you 
  would need and has several interesting built-in capabilities.
  
! WWW: http://netcat.sourceforge.net/
  
  -Liam Foy
  liamfoy@sepulcrum.org

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



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