From 2b824b6151713c349a9d72a08f68462ab1a411f1 Mon Sep 17 00:00:00 2001 From: trevor Date: Tue, 9 Jan 2001 18:41:45 +0000 Subject: Update master site. Update from 1998-05-07 to 1999-09-25 release (both called version 0.5--dates are given in man pages). Add a DIST_SUBDIR to distinguish the different releases. Be more verbose when installing. Don't optimize when compiling. Add WWW: line. Update PLIST. Respect ${CC}. Increment PORTREVISION. ftp://cantor.informatik.rwth-aachen.de/pub/unix/cs-0.5.tar.gz: looking for file 500 cs-0.5.tar.gz: No such file or directory. (Last OK result Mon Nov 27 8:33:50 2000 ) PR: 24091 Submitted by: Joseph Scott , KATO Tsuguru and myself --- devel/cs/Makefile | 15 +++++++-------- devel/cs/distinfo | 2 +- devel/cs/files/patch-aa | 8 ++++---- devel/cs/pkg-descr | 2 ++ devel/cs/pkg-plist | 1 - 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/devel/cs/Makefile b/devel/cs/Makefile index fb1089de1162..ad7029530bff 100644 --- a/devel/cs/Makefile +++ b/devel/cs/Makefile @@ -7,8 +7,10 @@ PORTNAME= cs PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= ftp://cantor.informatik.rwth-aachen.de/pub/unix/ +MASTER_SITES= http://www.moria.de/~michael/cs/ +DIST_SUBDIR= cs/0.5-19990925 MAINTAINER= ports@FreeBSD.org @@ -16,14 +18,11 @@ ALL_TARGET= cs MAN1= cs.1 do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/cs ${PREFIX}/bin - @ ${INSTALL_MAN} ${WRKSRC}/cs.1 ${PREFIX}/man/man1 - -post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/cs ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/cs.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/cs - @ ${INSTALL_DATA} ${WRKSRC}/ANNOUNCE ${PREFIX}/share/doc/cs - @ ${INSTALL_DATA} ${WRKSRC}/cs.html ${PREFIX}/share/doc/cs + ${MKDIR} ${PREFIX}/share/doc/cs + ${INSTALL_DATA} ${WRKSRC}/ANNOUNCE ${PREFIX}/share/doc/cs .endif .include diff --git a/devel/cs/distinfo b/devel/cs/distinfo index 8a200bb0b0bd..1608a7b50148 100644 --- a/devel/cs/distinfo +++ b/devel/cs/distinfo @@ -1 +1 @@ -MD5 (cs-0.5.tar.gz) = 61f8ea27a169e86e3e5e6eda4585e688 +MD5 (cs/0.5-19990925/cs-0.5.tar.gz) = 3cd38e56f0b7b14f3cd60ec2fcb60e51 diff --git a/devel/cs/files/patch-aa b/devel/cs/files/patch-aa index 6a5378d51e10..e4528505e322 100644 --- a/devel/cs/files/patch-aa +++ b/devel/cs/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile Sat Sep 19 19:10:58 1998 -+++ /home/andy/tmp/wrk/Makefile Tue Dec 15 20:44:22 1998 +--- Makefile.orig Sat Sep 25 06:33:12 1999 ++++ Makefile Fri Jan 5 11:09:24 2001 @@ -2,7 +2,7 @@ #DB= BINARY_DB @@ -18,11 +18,11 @@ -#LIBS= -lncurses -lmytinfo -#LDFLAGS= -#MAKEDEPEND= gcc -MM -+CFLAGS+= -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common $(CPPFLAGS) ++CFLAGS+= -pedantic -fno-common $(CPPFLAGS) +CPPFLAGS= -I.curses.h -DNO_POSIX_SOURCE -D$(DB) +LIBS= -lncurses -lmytinfo +LDFLAGS= -+MAKEDEPEND= gcc -MM ++MAKEDEPEND= ${CC} -MM #}}} #{{{ BSDI #CC= gcc diff --git a/devel/cs/pkg-descr b/devel/cs/pkg-descr index e8603c677367..782bd0a9ec85 100644 --- a/devel/cs/pkg-descr +++ b/devel/cs/pkg-descr @@ -17,3 +17,5 @@ * POSIX * ANSI C * SYSV curses library + +WWW: http://www.moria.de/~michael/cs/ diff --git a/devel/cs/pkg-plist b/devel/cs/pkg-plist index 201c6d2dfbc8..d3d41b74babe 100644 --- a/devel/cs/pkg-plist +++ b/devel/cs/pkg-plist @@ -1,4 +1,3 @@ bin/cs share/doc/cs/ANNOUNCE -share/doc/cs/cs.html @dirrm share/doc/cs -- cgit