aboutsummaryrefslogtreecommitdiff
path: root/textproc/diffstat
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-05-19 08:14:32 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-05-19 08:14:32 +0000
commit07b881cb336746cd07060cb90217f6e8036d6706 (patch)
tree69ad0bde9b6126291dd9fd4a890ec9463ec1b8a8 /textproc/diffstat
parentb7b2c8aadfa5b3bec38c585703d5cde1c8d72d21 (diff)
downloadports-07b881cb336746cd07060cb90217f6e8036d6706.tar.gz
ports-07b881cb336746cd07060cb90217f6e8036d6706.zip
Update to 1.28
PR: 18462 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=28590
Diffstat (limited to 'textproc/diffstat')
-rw-r--r--textproc/diffstat/Makefile9
-rw-r--r--textproc/diffstat/distinfo2
-rw-r--r--textproc/diffstat/files/patch-ad18
-rw-r--r--textproc/diffstat/pkg-descr1
4 files changed, 15 insertions, 15 deletions
diff --git a/textproc/diffstat/Makefile b/textproc/diffstat/Makefile
index c5f3951b3362..22e1b4c8a04a 100644
--- a/textproc/diffstat/Makefile
+++ b/textproc/diffstat/Makefile
@@ -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
diff --git a/textproc/diffstat/distinfo b/textproc/diffstat/distinfo
index f5f3fd7d6e1f..7c4ea59efed3 100644
--- a/textproc/diffstat/distinfo
+++ b/textproc/diffstat/distinfo
@@ -1 +1 @@
-MD5 (diffstat-1.27.tgz) = b5e37dbfe50a4d5988885e2279cccffc
+MD5 (diffstat.tar.gz) = c75ab2a0e0be45ac89931e95020aa032
diff --git a/textproc/diffstat/files/patch-ad b/textproc/diffstat/files/patch-ad
index 699ca11f1f0c..17d4f233a53b 100644
--- a/textproc/diffstat/files/patch-ad
+++ b/textproc/diffstat/files/patch-ad
@@ -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
diff --git a/textproc/diffstat/pkg-descr b/textproc/diffstat/pkg-descr
index d8950b762dcd..70e4e902273c 100644
--- a/textproc/diffstat/pkg-descr
+++ b/textproc/diffstat/pkg-descr
@@ -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