Bug 11375 - Update port: games/libshhcards
Summary: Update port: games/libshhcards
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-04-29 06:10 UTC by Andrey Zakhvatov
Modified: 1999-05-01 03:22 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Zakhvatov 1999-04-29 06:10:00 UTC
   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.

Fix: 

Please, check and commit this patch.
Comment 1 Steve Price freebsd_committer freebsd_triage 1999-05-01 03:21:58 UTC
State Changed
From-To: open->closed

Update committed, thanks!