1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update to 1.28

PR:		18462
Submitted by:	maintainer
This commit is contained in:
Chris Piazza 2000-05-19 08:14:32 +00:00
parent b7b2c8aadf
commit 07b881cb33
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28590
4 changed files with 15 additions and 15 deletions

View File

@ -6,17 +6,16 @@
#
PORTNAME= diffstat
PORTVERSION= 1.27
PORTVERSION= 1.28
CATEGORIES= textproc devel
MASTER_SITES= ftp://ftp.clark.net/pub/dickey/diffstat/ \
http://www.clark.net/pub/dickey/diffstat/
EXTRACT_SUFX= .tgz
MASTER_SITES= ftp://dickey.his.com/diffstat/
DISTNAME= ${PORTNAME}
MAINTAINER= trevor@jpj.net
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKEFILE= makefile
GNU_CONFIGURE= yes
#USE_AUTOCONF= yes
MAN1= diffstat.1

View File

@ -1 +1 @@
MD5 (diffstat-1.27.tgz) = b5e37dbfe50a4d5988885e2279cccffc
MD5 (diffstat.tar.gz) = c75ab2a0e0be45ac89931e95020aa032

View File

@ -1,16 +1,16 @@
--- diffstat.c.orig Sun May 17 05:07:38 1998
+++ diffstat.c Wed Feb 16 11:20:00 2000
@@ -83,13 +83,11 @@
#if HAVE_MALLOC_H
--- diffstat.c.orig Wed Mar 29 16:01:19 2000
+++ diffstat.c Mon May 8 23:28:20 2000
@@ -92,13 +92,11 @@
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#else
-extern char *malloc();
-extern char *malloc();
#endif
#if HAVE_GETOPT_H
#ifdef HAVE_GETOPT_H
#include <getopt.h>
#else
-extern int getopt();
extern char *optarg;
extern int optind;
-extern int getopt();
extern char *optarg;
extern int optind;
#endif

View File

@ -4,6 +4,7 @@ files that were compared. It can interpret unified or context
diffs, or the default format generated by "diff".
WWW: http://www.clark.net/pub/dickey/diffstat/diffstat.html
http://dickey.his.com/diffstat/diffstat.html
Trevor Johnson
trevor@jpj.net