Update to 0.3.3. The changes are nearly imperceptible; mainly

cosmetic.
This commit is contained in:
Tim Vanderhoek 2001-01-05 08:01:17 +00:00
parent aeadcd7052
commit baa7ff608e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36811
4 changed files with 14 additions and 9 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (plor-0.3.1.tar.gz) = 40ad554318ebc47c13bd866108dc4f2d
MD5 (plor-0.3.3.tar.gz) = e2406d8c1440df9db2efcb608ef6e676

View File

@ -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

View File

@ -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