diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-16 17:30:23 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-16 17:30:23 +0000 |
commit | 492e8d9e3ac7c3b277660f6ef3c23b3b700dc028 (patch) | |
tree | 6a1db60aa3d54bd171109d94eb4479b89f8edc75 /net/jags | |
parent | Update to version 3.15 (diff) |
- Update to version 0.20.2
- Remove merged patches
Submitted by: maintainer
Diffstat (limited to 'net/jags')
-rw-r--r-- | net/jags/Makefile | 6 | ||||
-rw-r--r-- | net/jags/distinfo | 2 | ||||
-rw-r--r-- | net/jags/files/patch-plugins::fixsmbcop.cpp | 11 |
3 files changed, 5 insertions, 14 deletions
diff --git a/net/jags/Makefile b/net/jags/Makefile index b41b6e6a45b3..094e3b112d64 100644 --- a/net/jags/Makefile +++ b/net/jags/Makefile @@ -6,9 +6,11 @@ # PORTNAME= jags -PORTVERSION= 0.20.1 +PORTVERSION= 0.20.2 CATEGORIES= net -MASTER_SITES= http://sumpan.campus.luth.se/software/jags/download/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://sumpan.campus.luth.se/software/jags/download/ +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pat@databits.net diff --git a/net/jags/distinfo b/net/jags/distinfo index 8dcb3992fff3..cbf569c73936 100644 --- a/net/jags/distinfo +++ b/net/jags/distinfo @@ -1 +1 @@ -MD5 (jags-0.20.1.tar.gz) = a58972bc2d0650bc824abd36b913186c +MD5 (jags-0.20.2.tar.gz) = 10d1f21a0f8d6ddf21dd283dd43ad696 diff --git a/net/jags/files/patch-plugins::fixsmbcop.cpp b/net/jags/files/patch-plugins::fixsmbcop.cpp deleted file mode 100644 index 337683059551..000000000000 --- a/net/jags/files/patch-plugins::fixsmbcop.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/fixsmbcop.cpp.orig Sat Jul 14 21:39:17 2001 -+++ plugins/fixsmbcop.cpp Sat Jul 14 21:40:25 2001 -@@ -27,7 +27,7 @@ - #include <stdio.h> - #include <stdlib.h> - --void -+int - main(int args, char *argv[]) { - if (args > 3) { - if (cin) { |