summaryrefslogtreecommitdiff
path: root/misc/figlet
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-10-07 18:13:07 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-10-07 18:13:07 +0000
commitfc9fb804b3f68094d48c4b9899b2b2ccea7180dd (patch)
tree835c9644d4eae39da68daf7c409071a7c5cf2a2d /misc/figlet
parentAdd addition WWW sites. (diff)
Upgrade to version 2.2.1.
Submitted by: kris
Notes
Notes: svn path=/head/; revision=67569
Diffstat (limited to 'misc/figlet')
-rw-r--r--misc/figlet/Makefile12
-rw-r--r--misc/figlet/distinfo2
-rw-r--r--misc/figlet/files/patch-aa36
3 files changed, 15 insertions, 35 deletions
diff --git a/misc/figlet/Makefile b/misc/figlet/Makefile
index f35c386e50f9..062da9f43fc1 100644
--- a/misc/figlet/Makefile
+++ b/misc/figlet/Makefile
@@ -7,15 +7,11 @@
#
PORTNAME= figlet
-PORTVERSION= 2.2
+PORTVERSION= 2.2.1
CATEGORIES= misc
-MASTER_SITES= ftp://wuarchive.wustl.edu/graphics/graphics/misc/figlet/program/unix/ \
- ftp://ftp.funet.fi/pub/unix/tools/figlet/program/unix/ \
- ftp://ftp.internexus.net/pub/figlet/program/unix/ \
- ${MASTER_SITE_LOCAL} \
- ftp://nuxi.ucdavis.edu/pub/misc/
-MASTER_SITE_SUBDIR= obrien
-DISTNAME= figlet22
+MASTER_SITES= http://ftp.plig.org/pub/figlet/program/unix/ \
+ ftp://ftp.figlet.org/pub/figlet/program/unix/
+DISTNAME= figlet221
MAINTAINER= obrien@FreeBSD.org
diff --git a/misc/figlet/distinfo b/misc/figlet/distinfo
index 7301cc5fb0c2..8d692dcccfc1 100644
--- a/misc/figlet/distinfo
+++ b/misc/figlet/distinfo
@@ -1 +1 @@
-MD5 (figlet22.tar.gz) = 59fc72d8ed84902526ca1ea69f27ddec
+MD5 (figlet221.tar.gz) = 216bc6d86952003cc3db75d5c36eb4f6
diff --git a/misc/figlet/files/patch-aa b/misc/figlet/files/patch-aa
index 9d0fdfb16f04..a5b7365825ca 100644
--- a/misc/figlet/files/patch-aa
+++ b/misc/figlet/files/patch-aa
@@ -1,40 +1,24 @@
---- Makefile.orig Tue Feb 18 15:02:28 1997
-+++ Makefile Fri Apr 5 18:59:04 2002
-@@ -9,19 +9,19 @@
- # Don't change this even if your shell is different. The only reason
- # for changing this is if sh is not in the same place.
+--- Makefile.orig Sat Jul 13 03:24:16 2002
++++ Makefile Mon Oct 7 11:10:48 2002
+@@ -13,15 +13,15 @@
SHELL = /bin/sh
-CC = gcc
-CFLAGS = -g
-+CC ?= gcc
++#CC = gcc
+#CFLAGS = -g
# Where the executables should be put
--DESTDIR = /usr/games
+-DESTDIR = /usr/local/bin
+DESTDIR = $(PREFIX)/bin
# Where the man page should be put
--MANDIR = /usr/man/man6
+-MANDIR = /usr/local/man/man6
+MANDIR = $(PREFIX)/man/man6
# Where figlet will search first for fonts (the ".flf" files).
--DEFAULTFONTDIR = $(DESTDIR)/lib/figlet.dir
-+#DEFAULTFONTDIR = $(DESTDIR)/lib/figlet.dir
- # Use this definition if you can't put things in /usr/games
--DEFAULTFONTDIR = fonts
+-DEFAULTFONTDIR = /usr/local/share/figlet
+DEFAULTFONTDIR = $(PREFIX)/share/figlet
+ # Use this definition if you can't put things in /usr/local/share/figlet
+-DEFAULTFONTDIR = fonts
++#DEFAULTFONTDIR = fonts
- # The filename of the font to be used if no other is specified
- # (standard.flf is recommended, but any other can be used).
-@@ -50,8 +50,10 @@
- rm -f *.o figlet chkfont
-
- install: figlet chkfont
-- mkdir $(DEFAULTFONTDIR)
-+ mkdir -p $(DEFAULTFONTDIR)
-+ strip figlet
- cp figlet $(DESTDIR)
-+ strip chkfont
- cp chkfont $(DESTDIR)
- cp figlist $(DESTDIR)
- cp showfigfonts $(DESTDIR)