Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 1999 08:54:14 +0400 (MSD)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11375: Update port: games/libshhcards
Message-ID:  <199904290454.IAA04247@icc.surw.chel.su>

next in thread | raw e-mail | index | archive | help

>Number:         11375
>Category:       ports
>Synopsis:       Update port: games/libshhcards
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 28 22:10:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Zakhvatov
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
South Ural Railway ICC
>Environment:

>Description:

   This is a patch to update games/libshhcards port.


diff -Nru libshhcards/Makefile libshhcards-1.0.4/Makefile
--- libshhcards/Makefile	Sun Nov 29 02:54:00 1998
+++ libshhcards-1.0.4/Makefile	Thu Apr 29 08:44:26 1999
@@ -1,24 +1,26 @@
 # New ports collection makefile for:	libshhcards
-# Version required:			1.0.3
+# Version required:			1.0.4
 # Date created:				12 April 1998
 # Whom:					Andrey Zakhvatov
 #
 # $Id: Makefile,v 1.6 1998/11/28 09:05:01 asami Exp $
 #
 
-DISTNAME=	shhcards-1.0.3
-PKGNAME=	libshhcards-1.0.3
-CATEGORIES=	devel
-MASTER_SITES=	http://www.computas.no/users/shh/pub-unix/files/ \
-		http://www.freebsd.org/~mph/distfiles/
-
-MAINTAINER=	andy@icc.surw.chel.su
-
-LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm
-
-USE_GMAKE=	yes
-USE_X_PREFIX=	yes
-SOLIB=		libshhcards.so
+DISTNAME=		shhcards-1.0.4
+PKGNAME=		libshhcards-1.0.4
+CATEGORIES=		devel
+MASTER_SITES=		${MASTER_SITE_SUNSITE} \
+			http://home.sol.no/~sverrehu/pub-unix/files/ \
+			http://www.freebsd.org/~mph/distfiles/
+MASTER_SITE_SUBDIR=	libs/ui
+
+MAINTAINER=		andy@icc.surw.chel.su
+
+LIB_DEPENDS=		Xpm.4:${PORTSDIR}/graphics/xpm
+
+USE_GMAKE=		yes
+USE_X_PREFIX=		yes
+SOLIB=			libshhcards.so
 
 .include <bsd.port.pre.mk>
 
@@ -32,9 +34,13 @@
 	@ ${INSTALL_DATA} ${WRKSRC}/shhcards.h ${PREFIX}/include
 	@ ${INSTALL_DATA} ${WRKSRC}/${SOLIB}.${SOVERSION} ${PREFIX}/lib
 	@ ${LN} -sf ${SOLIB}.${SOVERSION} ${PREFIX}/lib/${SOLIB}
+	@ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+
+post-install:
+.if !defined(NOPORTDOCS)
 	@ ${MKDIR} ${PREFIX}/share/doc/libshhcards
 	@ ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/libshhcards
 	@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libshhcards
-	@ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+.endif
 
 .include <bsd.port.post.mk>
diff -Nru libshhcards/files/md5 libshhcards-1.0.4/files/md5
--- libshhcards/files/md5	Sat May  2 04:00:00 1998
+++ libshhcards-1.0.4/files/md5	Thu Apr 29 08:45:34 1999
@@ -1 +1 @@
-MD5 (shhcards-1.0.3.tar.gz) = c6f9161e096e8102b930e2b9e6d1796f
+MD5 (shhcards-1.0.4.tar.gz) = 1882a80484d883a78b9b7ce94ab0afa6
diff -Nru libshhcards/patches/patch-aa libshhcards-1.0.4/patches/patch-aa
--- libshhcards/patches/patch-aa	Mon Jan 11 02:43:00 1999
+++ libshhcards-1.0.4/patches/patch-aa	Thu Apr 29 08:41:41 1999
@@ -5,7 +5,7 @@
  DIST		= shhcards
  VERMAJ		= 1
 -VERMIN		= 0
--VERPAT		= 3
+-VERPAT		= 4
 -VERSION		= $(VERMAJ).$(VERMIN).$(VERPAT)
 +VERMIN		= 1
 +ifeq ($(PORTOBJFORMAT),elf)
diff -Nru libshhcards/pkg/COMMENT libshhcards-1.0.4/pkg/COMMENT
--- libshhcards/pkg/COMMENT	Sat May  2 04:00:00 1998
+++ libshhcards-1.0.4/pkg/COMMENT	Thu Apr 29 08:44:59 1999
@@ -1 +1 @@
-library for displaying game cards on X11.
+Library for displaying game cards on X Window System.


>How-To-Repeat:

>Fix:

   Please, check and commit this patch.


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904290454.IAA04247>