aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>2001-01-05 08:01:17 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>2001-01-05 08:01:17 +0000
commitbaa7ff608e12deb56bc14d229c0665697678c794 (patch)
treeb21533a7e6829b2f65af7b74821086818779da11 /news
parentaeadcd70527a4c17a30a21764fc0acc2f3b03888 (diff)
downloadports-baa7ff608e12deb56bc14d229c0665697678c794.tar.gz
ports-baa7ff608e12deb56bc14d229c0665697678c794.zip
Notes
Diffstat (limited to 'news')
-rw-r--r--news/plor/Makefile7
-rw-r--r--news/plor/distinfo2
-rw-r--r--news/plor/files/patch-ab9
-rw-r--r--news/plor/pkg-descr5
4 files changed, 14 insertions, 9 deletions
diff --git a/news/plor/Makefile b/news/plor/Makefile
index 2adcf39dec16..aa6dd0d21d26 100644
--- a/news/plor/Makefile
+++ b/news/plor/Makefile
@@ -6,16 +6,17 @@
#
PORTNAME= plor
-PORTVERSION= 0.3.1
+PORTVERSION= 0.3.3
CATEGORIES= news
-MASTER_SITES= ftp://ftp.psy.unipd.it/pub/pluto/developers/ \
- ftp://ftp.unipd.it/pub/Linux/pluto/developers/
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= system/bbs/mail
MAINTAINER= hoek@FreeBSD.org
RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip
GNU_CONFIGURE= yes
+USE_GMAKE= yes
MAN1= plor.1
diff --git a/news/plor/distinfo b/news/plor/distinfo
index 827d28f0e483..0c8255ce8313 100644
--- a/news/plor/distinfo
+++ b/news/plor/distinfo
@@ -1 +1 @@
-MD5 (plor-0.3.1.tar.gz) = 40ad554318ebc47c13bd866108dc4f2d
+MD5 (plor-0.3.3.tar.gz) = e2406d8c1440df9db2efcb608ef6e676
diff --git a/news/plor/files/patch-ab b/news/plor/files/patch-ab
index 4c37c31bbda1..76e0ce6621b2 100644
--- a/news/plor/files/patch-ab
+++ b/news/plor/files/patch-ab
@@ -1,7 +1,7 @@
diff -ur plor-0.3.1/video.c plor-new/video.c
--- plor-0.3.1/video.c Sat Mar 15 07:15:40 1997
+++ video.c Thu Jul 3 12:17:24 1997
-@@ -8,9 +8,7 @@
+@@ -8,16 +8,13 @@
* see file COPYING for more information on copyright policy
*/
@@ -11,3 +11,10 @@ diff -ur plor-0.3.1/video.c plor-new/video.c
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
+ #include <sys/ioctl.h>
+ #include <fcntl.h>
+ #include <unistd.h>
+-#include <termbits.h> /* need on a GLIBC system? */
+ #if defined(BSD)
+ #include <termios.h>
+ #endif
diff --git a/news/plor/pkg-descr b/news/plor/pkg-descr
index 545f31590935..fe7c953b878c 100644
--- a/news/plor/pkg-descr
+++ b/news/plor/pkg-descr
@@ -1,7 +1,4 @@
-This is a port of plor (which stands for Pluto Offline Linux Reader).
+This is a port of plor (which stands for Prosa Offline Linux Reader).
Plor reads soup and qwk message packets. It is alpha software.
You can use this as an alternative to the slnr package.
-
-- Tim Vanderhoek
-hoek@FreeBSD.ORG