From 3f6183d1fb76d1a186734ee20b1a563fb59f319e Mon Sep 17 00:00:00 2001 From: Steve Price Date: Thu, 1 Oct 1998 06:09:03 +0000 Subject: Bump the minor version number for a.out so it doesn't go backwards. Noticed by: Satoshi Asami --- games/libshhcards/Makefile | 4 ++-- games/libshhcards/files/patch-aa | 15 +++++++++------ games/libshhcards/pkg-plist | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/games/libshhcards/Makefile b/games/libshhcards/Makefile index 90391fe298d4..ce69f3a2017f 100644 --- a/games/libshhcards/Makefile +++ b/games/libshhcards/Makefile @@ -3,7 +3,7 @@ # Date created: 12 April 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1998/08/05 09:30:56 asami Exp $ +# $Id: Makefile,v 1.3 1998/09/28 02:08:56 steve Exp $ # DISTNAME= shhcards-1.0.3 @@ -32,5 +32,5 @@ do-install: .if ${PORTOBJFORMAT} == "elf" SOVERSION= 1 .else -SOVERSION= 1.0 +SOVERSION= 1.1 .endif diff --git a/games/libshhcards/files/patch-aa b/games/libshhcards/files/patch-aa index f362a9722d6f..33b2f8e6248c 100644 --- a/games/libshhcards/files/patch-aa +++ b/games/libshhcards/files/patch-aa @@ -1,10 +1,13 @@ --- Makefile.orig Sun Mar 23 03:02:53 1997 -+++ Makefile Sun Sep 27 16:54:55 1998 -@@ -3,12 +3,16 @@ ++++ Makefile Wed Sep 30 23:28:35 1998 +@@ -1,14 +1,17 @@ + # $Id: Makefile,v 1.3 1997/03/23 09:02:53 sverrehu Exp $ + DIST = shhcards VERMAJ = 1 - VERMIN = 0 - VERPAT = 3 +-VERMIN = 0 +-VERPAT = 3 -VERSION = $(VERMAJ).$(VERMIN).$(VERPAT) ++VERMIN = 1 +ifeq ($(PORTOBJFORMAT),elf) +VERSION = $(VERMAJ) +else @@ -19,7 +22,7 @@ ifeq ($(SHARED),1) LIBTARGET = lib$(DIST).so.$(VERSION) -@@ -28,8 +32,8 @@ +@@ -28,8 +31,8 @@ INSTALL = install -m 644 MKDIRP = install -d -m 755 @@ -30,7 +33,7 @@ ########################################################################### -@@ -87,7 +91,11 @@ +@@ -87,7 +90,11 @@ $(LIBTARGET): $(LIBOBJS) ifeq ($(SHARED),1) diff --git a/games/libshhcards/pkg-plist b/games/libshhcards/pkg-plist index ba3056287184..5fa11cc63ff7 100644 --- a/games/libshhcards/pkg-plist +++ b/games/libshhcards/pkg-plist @@ -1,6 +1,6 @@ include/shhcards.h lib/libshhcards.so -lib/libshhcards.so.1 +lib/libshhcards.so.1.1 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib share/doc/libshhcards/CREDITS -- cgit v1.2.3