diff options
author | pat <pat@FreeBSD.org> | 2002-05-30 13:41:07 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-05-30 13:41:07 +0800 |
commit | 20229b7d6aa06c67f6d6593f7fd75dae3ba739be (patch) | |
tree | d028010755a4b0f602eb84ed0c0e9a1f4c8e5d63 /net | |
parent | 5795314e0a946fb017e8981b791a971fc6b01aee (diff) | |
download | freebsd-ports-gnome-20229b7d6aa06c67f6d6593f7fd75dae3ba739be.tar.gz freebsd-ports-gnome-20229b7d6aa06c67f6d6593f7fd75dae3ba739be.tar.zst freebsd-ports-gnome-20229b7d6aa06c67f6d6593f7fd75dae3ba739be.zip |
Update to 0.6.3
PR: 38636
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/pen/Makefile | 4 | ||||
-rw-r--r-- | net/pen/distinfo | 2 | ||||
-rw-r--r-- | net/pen/files/patch-mergelogs.c | 10 | ||||
-rw-r--r-- | net/pen/files/patch-pen.c | 18 | ||||
-rw-r--r-- | net/pen/pkg-plist | 1 |
5 files changed, 4 insertions, 31 deletions
diff --git a/net/pen/Makefile b/net/pen/Makefile index a5399e5a2c29..bcc6373e5aef 100644 --- a/net/pen/Makefile +++ b/net/pen/Makefile @@ -7,7 +7,7 @@ # PORTNAME= pen -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.3 CATEGORIES= net MASTER_SITES= ftp://siag.nu/pub/pen/ \ http://siag.nu/pub/pen/ @@ -17,6 +17,6 @@ MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-daemon -MAN1= mergelogs.1 pen.1 +MAN1= mergelogs.1 pen.1 penctl.1 .include <bsd.port.mk> diff --git a/net/pen/distinfo b/net/pen/distinfo index 7911bb129475..130f07c6742e 100644 --- a/net/pen/distinfo +++ b/net/pen/distinfo @@ -1 +1 @@ -MD5 (pen-0.5.0.tar.gz) = f0c4b00232cd3c79bef0aa042a78a32d +MD5 (pen-0.6.3.tar.gz) = a7d707f23c45fd0179f28cfce40a4878 diff --git a/net/pen/files/patch-mergelogs.c b/net/pen/files/patch-mergelogs.c deleted file mode 100644 index b9fedde56016..000000000000 --- a/net/pen/files/patch-mergelogs.c +++ /dev/null @@ -1,10 +0,0 @@ ---- mergelogs.c.orig Tue Nov 13 21:45:26 2001 -+++ mergelogs.c Tue Nov 13 21:45:38 2001 -@@ -24,6 +24,7 @@ - #include <string.h> - #include <ctype.h> - #include <netdb.h> -+#include <sys/types.h> - #include <sys/socket.h> - #include <netinet/in.h> - #include <arpa/inet.h> diff --git a/net/pen/files/patch-pen.c b/net/pen/files/patch-pen.c deleted file mode 100644 index d053892ca546..000000000000 --- a/net/pen/files/patch-pen.c +++ /dev/null @@ -1,18 +0,0 @@ ---- pen.c.orig Tue Nov 13 21:43:24 2001 -+++ pen.c Tue Nov 13 21:43:37 2001 -@@ -17,6 +17,7 @@ - MA 02111-1307, USA. - */ - -+#include <sys/types.h> - #include <stdio.h> - #include <ctype.h> - #include <errno.h> -@@ -31,7 +32,6 @@ - #include <sys/wait.h> - #include <sys/resource.h> - #include <sys/socket.h> --#include <sys/types.h> - #include <sys/stat.h> - #include <fcntl.h> - #include <unistd.h> diff --git a/net/pen/pkg-plist b/net/pen/pkg-plist index 01d45b8e303c..f6c7ba1649ff 100644 --- a/net/pen/pkg-plist +++ b/net/pen/pkg-plist @@ -1,2 +1,3 @@ bin/mergelogs bin/pen +bin/penctl |