ports/64781: [Patch] net/gnetcat - fix gettext dependency and a few minor cleans.

Liam J. Foy liamfoy at sepulcrum.org
Fri Mar 26 19:30:40 UTC 2004


>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 at liamfoy.ath.cx:/usr/src/sys/compile/Ecthelion  i386

>Description:
The patch fixes the gettext dependency. Thanks also to Jason Harris <jharris at 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 at 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 at sepulcrum.org

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



More information about the freebsd-ports-bugs mailing list