From 52bbc36895b1f66ac0f53c61327fcbcb932dcd80 Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Tue, 14 Aug 2001 22:15:44 +0000 Subject: Update port to version 1.14.0, take over maintainership. Approved by: sobomax --- x11-wm/oroborus/Makefile | 6 +++--- x11-wm/oroborus/distinfo | 2 +- x11-wm/oroborus/files/patch-Makefile | 15 ++++++--------- x11-wm/oroborus/pkg-plist | 1 + 4 files changed, 11 insertions(+), 13 deletions(-) (limited to 'x11-wm') diff --git a/x11-wm/oroborus/Makefile b/x11-wm/oroborus/Makefile index 993a6066f4de..6f777ebfecfd 100644 --- a/x11-wm/oroborus/Makefile +++ b/x11-wm/oroborus/Makefile @@ -6,12 +6,12 @@ # PORTNAME= oroborus -PORTVERSION= 1.13.0 +PORTVERSION= 1.14.0 CATEGORIES= x11-wm -MASTER_SITES= http://www.kensden.pwp.blueyonder.co.uk/Oroborus/ +MASTER_SITES= http://www.kensden.pwp.blueyonder.co.uk/Oroborus/files/ #DISTNAME= ${PORTNAME}-src-v${PORTVERSION} -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= olgeni@FreeBSD.org USE_XPM= yes USE_X_PREFIX= yes diff --git a/x11-wm/oroborus/distinfo b/x11-wm/oroborus/distinfo index 82fa327cabb2..b4dbdd76982a 100644 --- a/x11-wm/oroborus/distinfo +++ b/x11-wm/oroborus/distinfo @@ -1 +1 @@ -MD5 (oroborus-1.13.0.tar.gz) = 486b5f1731b0c43d2a226a69362d97c5 +MD5 (oroborus-1.14.0.tar.gz) = 36cd293000d4ab583ab9ff06e57d749d diff --git a/x11-wm/oroborus/files/patch-Makefile b/x11-wm/oroborus/files/patch-Makefile index 44da6fb0d9f7..61d4a3471819 100644 --- a/x11-wm/oroborus/files/patch-Makefile +++ b/x11-wm/oroborus/files/patch-Makefile @@ -1,8 +1,5 @@ - -$FreeBSD$ - ---- Makefile.orig Thu Jun 7 00:44:43 2001 -+++ Makefile Fri Jun 8 11:19:26 2001 +--- Makefile.orig Wed Jun 13 17:59:09 2001 ++++ Makefile Fri Aug 10 23:54:37 2001 @@ -1,13 +1,13 @@ -CC = gcc -CFLAGS = -g -O2 -Wall @@ -15,20 +12,20 @@ $FreeBSD$ LDPATH = -L$(XROOT)/lib PROG = oroborus - VERSION = 1.13.0 + VERSION = 1.14.0 -PREFIX = /usr +PREFIX ?= /usr FONT = *-helvetica-bold-r-normal-*-*-120-* THEME = default - INTERVAL = 1 -@@ -38,12 +38,17 @@ + RCFILE = -DRCFILE=\".oroborusrc\" +@@ -37,12 +37,17 @@ rm -f $(PROG) $(OBJS) core install:all - install $(PROG) $(PREFIX)/bin - install -d $(PREFIX)/share/$(PROG) - install -d $(PREFIX)/doc/$(PROG)-$(VERSION) -- ./install_rc $(PREFIX) $(PROG) $(THEME) $(FONT) $(INTERVAL) > $(PREFIX)/share/$(PROG)/oroborusrc +- ./install_rc $(PREFIX) $(PROG) $(THEME) $(FONT) > $(PREFIX)/share/$(PROG)/oroborusrc - cp -R themes $(PREFIX)/share/$(PROG) - cp -R doc $(PREFIX)/doc/$(PROG)-$(VERSION) + $(BSD_INSTALL_PROGRAM) $(PROG) $(PREFIX)/bin diff --git a/x11-wm/oroborus/pkg-plist b/x11-wm/oroborus/pkg-plist index 74604249b9dc..ca3b97365e75 100644 --- a/x11-wm/oroborus/pkg-plist +++ b/x11-wm/oroborus/pkg-plist @@ -3,6 +3,7 @@ share/doc/oroborus/configuring_oroborus.htm share/doc/oroborus/index.htm share/doc/oroborus/introduction.htm share/doc/oroborus/license.htm +share/doc/oroborus/starting_oroborus.htm share/doc/oroborus/themes.htm share/doc/oroborus/using_oroborus.htm share/oroborus/oroborusrc -- cgit v1.2.3