Update to 2.0.2a2, change maintainer.

Replace a patch with an ALL_TARGET line in the port Makefile.

PR:		24840
Submitted by:	Pete Fritchman <petef@databits.net> - new maintainer
This commit is contained in:
Peter Pentchev 2001-02-22 09:03:43 +00:00
parent 4282ee355c
commit 401695d3cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38588
8 changed files with 18 additions and 38 deletions

View File

@ -6,15 +6,15 @@
#
PORTNAME= nslint
PORTVERSION= 2.0.1
PORTVERSION= 2.0.2a2
CATEGORIES= net
MASTER_SITES= ftp://ftp.ee.lbl.gov/
EXTRACT_SUFX= .tar.Z
MAINTAINER= dglo@SSEC.WISC.EDU
MAINTAINER= petef@databits.net
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --quiet
CONFIGURE_ARGS= --quiet --mandir=${MANPREFIX}/man --prefix=${PREFIX}
ALL_TARGET= nslint
INSTALL_TARGET= install install-man
MAN8= nslint.8

View File

@ -1 +1 @@
MD5 (nslint-2.0.1.tar.Z) = 884805aa54976165e393e2f423b6da16
MD5 (nslint-2.0.2a2.tar.gz) = 25e3eef43b9c85d1b07266912aa6ba4d

View File

@ -1,13 +0,0 @@
*** Makefile.in.orig Tue Jul 22 19:22:58 1997
--- Makefile.in Mon Oct 27 09:13:15 1997
***************
*** 77,82 ****
--- 77,84 ----
CLEANFILES = $(PROG) $(OBJ) $(GENSRC)
+ all: $(PROG)
+
$(PROG): $(OBJ)
@rm -f $@
$(CC) $(CFLAGS) -o $@ $(OBJ) $(LIBS)

View File

@ -3,4 +3,7 @@ Lawrence Berkeley National Laboratory, Network Research Group.
Please send bugs and comments to nslint@ee.lbl.gov.
- Craig Leres
WWW: http://ee.lbl.gov/ftp.html
- Pete
petef@databits.net

View File

@ -6,15 +6,15 @@
#
PORTNAME= nslint
PORTVERSION= 2.0.1
PORTVERSION= 2.0.2a2
CATEGORIES= net
MASTER_SITES= ftp://ftp.ee.lbl.gov/
EXTRACT_SUFX= .tar.Z
MAINTAINER= dglo@SSEC.WISC.EDU
MAINTAINER= petef@databits.net
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --quiet
CONFIGURE_ARGS= --quiet --mandir=${MANPREFIX}/man --prefix=${PREFIX}
ALL_TARGET= nslint
INSTALL_TARGET= install install-man
MAN8= nslint.8

View File

@ -1 +1 @@
MD5 (nslint-2.0.1.tar.Z) = 884805aa54976165e393e2f423b6da16
MD5 (nslint-2.0.2a2.tar.gz) = 25e3eef43b9c85d1b07266912aa6ba4d

View File

@ -1,13 +0,0 @@
*** Makefile.in.orig Tue Jul 22 19:22:58 1997
--- Makefile.in Mon Oct 27 09:13:15 1997
***************
*** 77,82 ****
--- 77,84 ----
CLEANFILES = $(PROG) $(OBJ) $(GENSRC)
+ all: $(PROG)
+
$(PROG): $(OBJ)
@rm -f $@
$(CC) $(CFLAGS) -o $@ $(OBJ) $(LIBS)

View File

@ -3,4 +3,7 @@ Lawrence Berkeley National Laboratory, Network Research Group.
Please send bugs and comments to nslint@ee.lbl.gov.
- Craig Leres
WWW: http://ee.lbl.gov/ftp.html
- Pete
petef@databits.net