- upgrade to version 0.9.81
- update HOMEPAGE - integrate COMMENT - bump NEED_VERSION
This commit is contained in:
parent
4160eb6463
commit
f0c89add22
@ -1,10 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/19 03:00:58 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2001/04/17 05:34:49 kevlo Exp $
|
||||
|
||||
DISTNAME= quirc-0.9.79
|
||||
COMMENT= "irc client that uses Tcl/Tk"
|
||||
|
||||
DISTNAME= quirc-0.9.81
|
||||
CATEGORIES= net
|
||||
NEED_VERSION= 1.351
|
||||
NEED_VERSION= 1.397
|
||||
|
||||
HOMEPAGE= http://patearl.powersurfr.com/quirc/
|
||||
HOMEPAGE= http://quirc.org/
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
@ -18,9 +20,7 @@ MASTER_SITES= ${HOMEPAGE}
|
||||
LIB_DEPENDS= tk83.1.3::x11/tk/8.3
|
||||
|
||||
USE_X11= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --with-tk-include-dir=${PREFIX}/include/tk8.3.2 \
|
||||
--with-tk-lib-dir=${PREFIX}/lib/tk8.3.2
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/quirc/common
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (quirc-0.9.79.tar.gz) = 46dc2bd6365a560fcbb785d18d990dd5
|
||||
RMD160 (quirc-0.9.79.tar.gz) = bd35db7be7e4c45805c232c7175f4835923c157f
|
||||
SHA1 (quirc-0.9.79.tar.gz) = e8028b319df096ac1a8fddd0537a247f9d5b948c
|
||||
MD5 (quirc-0.9.81.tar.gz) = 5e51b983b935c72ccf28b33450128208
|
||||
RMD160 (quirc-0.9.81.tar.gz) = e440ee529947b55c8e27a372906f936c497c212c
|
||||
SHA1 (quirc-0.9.81.tar.gz) = 71b4a77f6e049264ef5bcffbbadf7de319006eed
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- data/Makefile.in.orig Wed Aug 2 10:24:59 2000
|
||||
+++ data/Makefile.in Wed Jan 17 16:50:46 2001
|
||||
--- data/Makefile.in.orig Tue Apr 17 13:21:14 2001
|
||||
+++ data/Makefile.in Tue Apr 17 13:21:29 2001
|
||||
@@ -68,7 +68,7 @@
|
||||
VERSION = @VERSION@
|
||||
WISH = @WISH@
|
||||
@ -9,36 +9,3 @@
|
||||
|
||||
pkgdata_DATA = $(pkgdata_DATA_noGENERATED) VERSION quedit fontsel
|
||||
|
||||
@@ -124,23 +124,6 @@
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
-
|
||||
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
||||
-
|
||||
-subdir = data
|
||||
-
|
||||
-distdir: $(DISTFILES)
|
||||
- $(mkinstalldirs) $(distdir)/common $(distdir)/themes
|
||||
- @for file in $(DISTFILES); do \
|
||||
- d=$(srcdir); \
|
||||
- if test -d $$d/$$file; then \
|
||||
- cp -pr $$d/$$file $(distdir)/$$file; \
|
||||
- else \
|
||||
- test -f $(distdir)/$$file \
|
||||
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||
- || cp -p $$d/$$file $(distdir)/$$file || :; \
|
||||
- fi; \
|
||||
- done
|
||||
info-am:
|
||||
info: info-am
|
||||
dvi-am:
|
||||
@@ -196,7 +179,7 @@
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
|
||||
-.PHONY: uninstall-pkgdataDATA install-pkgdataDATA tags distdir info-am \
|
||||
+.PHONY: uninstall-pkgdataDATA install-pkgdataDATA tags info-am \
|
||||
info dvi-am dvi check check-am installcheck-am installcheck \
|
||||
install-exec-local install-exec-am install-exec install-data-am \
|
||||
install-data install-am install uninstall-am uninstall all-redirect \
|
||||
|
@ -1 +0,0 @@
|
||||
irc client that uses tcl/tk
|
Loading…
Reference in New Issue
Block a user