update to 0.99.8.1, requested by ray@

This commit is contained in:
jolan 2006-07-21 01:55:24 +00:00
parent 28016fa927
commit cf44e6dcbc
6 changed files with 36 additions and 36 deletions

View File

@ -1,14 +1,12 @@
# $OpenBSD: Makefile,v 1.14 2004/12/16 00:41:32 jolan Exp $
# $OpenBSD: Makefile,v 1.15 2006/07/21 01:55:24 jolan Exp $
COMMENT= "programmable ncurses-based AIM client"
DISTNAME= pork-0.99.7
DISTNAME= pork-0.99.8.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/}
HOMEPAGE= http://ojnk.sourceforge.net/
MAINTAINER= Jolan Luff <jolan@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,4 +1,4 @@
MD5 (pork-0.99.7.tar.gz) = 9bc34a64ffad7809a0d321d0b1978432
RMD160 (pork-0.99.7.tar.gz) = 7cd49a6ff9c51cf51f0f8739345cf52f4b2e0c70
SHA1 (pork-0.99.7.tar.gz) = fdc5f738c5db02ffc9176e9fcdf51a9abc82458f
SIZE (pork-0.99.7.tar.gz) = 448014
MD5 (pork-0.99.8.1.tar.gz) = 0c720db7e4e843aeee0fa53ade7cdffd
RMD160 (pork-0.99.8.1.tar.gz) = d1669ab74dd67a449cab8d4df00be54adea1b0d6
SHA1 (pork-0.99.8.1.tar.gz) = 13a42c926fb650df9a5609dd816adb0c7058e90d
SIZE (pork-0.99.8.1.tar.gz) = 490425

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-doc_Makefile_in,v 1.3 2003/11/16 22:54:02 jolan Exp $
--- doc/Makefile.in.orig 2003-11-16 01:28:48.000000000 -0600
+++ doc/Makefile.in 2003-11-16 16:18:03.000000000 -0600
@@ -127,7 +127,7 @@ target_alias = @target_alias@
$OpenBSD: patch-doc_Makefile_in,v 1.4 2006/07/21 01:55:24 jolan Exp $
--- doc/Makefile.in.orig Wed May 4 14:42:33 2005
+++ doc/Makefile.in Thu Jul 20 20:49:58 2006
@@ -150,7 +150,7 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
SUBDIRS = help
pork_DATA = porkrc
-porkdir = $(pkgdatadir)
+porkdir = $(prefix)/share/examples/pork
subdir = doc
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
all: all-recursive
.SUFFIXES:

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-examples_perl_Makefile_in,v 1.5 2004/12/15 08:19:26 jolan Exp $
--- examples/perl/Makefile.in.orig Tue Dec 14 09:16:15 2004
+++ examples/perl/Makefile.in Wed Dec 15 02:13:52 2004
@@ -133,7 +133,7 @@ perl_DATA = \
$OpenBSD: patch-examples_perl_Makefile_in,v 1.6 2006/07/21 01:55:24 jolan Exp $
--- examples/perl/Makefile.in.orig Wed May 4 14:42:35 2005
+++ examples/perl/Makefile.in Thu Jul 20 20:50:33 2006
@@ -149,7 +149,7 @@ perl_DATA = \
spellcheck.pl \
wh.pl
-perldir = $(pkgdatadir)/examples/perl
+perldir = $(prefix)/share/examples/pork
subdir = examples/perl
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
all: all-am
.SUFFIXES:

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-src_Makefile_in,v 1.4 2004/06/23 23:38:10 jolan Exp $
--- src/Makefile.in.orig 2004-06-04 15:00:18.000000000 -0500
+++ src/Makefile.in 2004-06-23 17:34:20.000000000 -0500
@@ -131,7 +131,7 @@ target_alias = @target_alias@
SUBDIRS = missing libfaim $(irc_dir)
bin_PROGRAMS = pork
-AM_CFLAGS = -funsigned-char -Imissing -Wall -Ilibfaim $(irc_include_path) -DHELP_PATH=\"$(pkgdatadir)/help\" -DSYSTEM_PORKRC=\"$(pkgdatadir)/porkrc\" $(PERL_CFLAGS) $(DEBUG_CFLAGS)
+AM_CFLAGS = -funsigned-char -Imissing -Wall -Ilibfaim $(irc_include_path) -DHELP_PATH=\"$(pkgdatadir)/help\" -DSYSTEM_PORKRC=\"$(sysconfdir)/porkrc\" $(PERL_CFLAGS) $(DEBUG_CFLAGS)
pork_LDADD = missing/libmissing.a libfaim/libfaim.a $(irc_lib_full_path) -lncurses $(PERL_LIBS) $(DEBUG_LIBS)
$OpenBSD: patch-src_Makefile_in,v 1.5 2006/07/21 01:55:24 jolan Exp $
--- src/Makefile.in.orig Wed May 4 14:42:35 2005
+++ src/Makefile.in Thu Jul 20 20:51:18 2006
@@ -224,7 +224,7 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
SUBDIRS = missing protocols
@IRC_SUPPORT_TRUE@irc_lib = protocols/irc/libirc.a
-AM_CFLAGS = -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"$(pkgdatadir)/help\" -DSYSTEM_PORKRC=\"$(pkgdatadir)/porkrc\" $(PERL_CFLAGS) $(DEBUG_CFLAGS)
+AM_CFLAGS = -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"$(pkgdatadir)/help\" -DSYSTEM_PORKRC=\"$(sysconfdir)/porkrc\" $(PERL_CFLAGS) $(DEBUG_CFLAGS)
pork_LDADD = missing/libmissing.a protocols/aim/libaim.a $(irc_lib) -lncurses $(PERL_LIBS) $(DEBUG_LIBS)
@COMPILE_PERL_FALSE@pork_perl = pork_perl_stub.c
@COMPILE_PERL_TRUE@pork_perl = pork_perl.c

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.8 2004/12/15 08:19:26 jolan Exp $
@comment $OpenBSD: PLIST,v 1.9 2006/07/21 01:55:24 jolan Exp $
bin/pork
share/doc/pork/
share/doc/pork/QUICK_START
@ -6,12 +6,14 @@ share/doc/pork/README
share/examples/pork/
share/examples/pork/acro.pl
share/examples/pork/blist.txt
share/examples/pork/calendar.pl
share/examples/pork/event_test.pl
share/examples/pork/irc.pl
share/examples/pork/np.pl
share/examples/pork/porkrc
@sample ${SYSCONFDIR}/porkrc
share/examples/pork/signon.pl
share/examples/pork/spellcheck.pl
share/examples/pork/wh.pl
share/pork/
@comment share/pork/QUICK_START