Bug 58897 - Update port: databases/qdbm to 1.7.6
Summary: Update port: databases/qdbm to 1.7.6
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: Yen-Ming Lee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-03 21:30 UTC by Kimura Fuyuki
Modified: 2003-11-05 20:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.18 KB, patch)
2003-11-03 21:30 UTC, Kimura Fuyuki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kimura Fuyuki 2003-11-03 21:30:13 UTC
Update to 1.7.6

Fix: cvs diff: Diffing .
Comment 1 Yen-Ming Lee freebsd_committer freebsd_triage 2003-11-05 01:11:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->leeym

I'll handle this PR.
Comment 2 Kimura Fuyuki 2003-11-05 03:04:41 UTC
At Wed, 5 Nov 2003 09:11:28 +0800,
Yen-Ming Lee <leeym@FreeBSD.org> wrote:
> 
> Could you please take a look on this patch?

Your patch works just fine, thanks!
Comment 3 Yen-Ming Lee freebsd_committer freebsd_triage 2003-11-05 19:55:26 UTC
State Changed
From-To: open->closed

Committed, thanks.
Comment 4 Kimura Fuyuki 2003-11-05 20:15:14 UTC
Update to 1.7.7

cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/databases/qdbm/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	30 Oct 2003 02:29:21 -0000	1.1
+++ Makefile	5 Nov 2003 20:11:29 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	qdbm
-PORTVERSION=	1.7.5
+PORTVERSION=	1.7.7
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,12 +15,17 @@
 COMMENT=	Quick Database Manager
 
 GNU_CONFIGURE=	yes
-MAKE_ARGS=	RELCFLAGS="${CFLAGS}" \
-		MYSHAREDIR="${DOCSDIR}" \
-		MYDOCS="spex.html spex-ja.html"
+MAKE_ARGS=	RELCFLAGS="${CFLAGS}" MYSHAREDIR="${DOCSDIR}"
 INSTALLS_SHLIB=	yes
 
-MAN3=		cabin.3 cropen.3 curia.3 depot.3 dpopen.3 hovel.3 \
-		odeum.3 odopen.3 qdbm.3 relic.3 villa.3 vlopen.3
+.if !defined(NOPORTDOCS)
+MAKE_ARGS+=	MYDOCS="spex.html spex-ja.html"
+.else
+MAKE_ARGS+=	MYDOCS=""
+.endif
+
+MAN3=		cabin.3 curia.3 depot.3 hovel.3 odeum.3 qdbm.3 relic.3 villa.3
+MLINKS=		curia.3 cropen.3 depot.3 dpopen.3 \
+		odeum.3 odopen.3 villa.3 vlopen.3 villa.3 vista.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/FreeBSD/ports/databases/qdbm/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	30 Oct 2003 02:29:21 -0000	1.1
+++ distinfo	5 Nov 2003 20:05:52 -0000
@@ -1 +1 @@
-MD5 (qdbm-1.7.5.tar.gz) = a249fb971b83b396cb12b02ae0ec23e2
+MD5 (qdbm-1.7.7.tar.gz) = 251e24a3791db67437768b3d8507bee4
Index: pkg-plist
===================================================================
RCS file: /cvs/FreeBSD/ports/databases/qdbm/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	30 Oct 2003 02:29:21 -0000	1.1
+++ pkg-plist	5 Nov 2003 20:08:29 -0000
@@ -23,10 +23,11 @@
 include/odeum.h
 include/relic.h
 include/villa.h
+include/vista.h
 lib/libqdbm.a
 lib/libqdbm.so
 lib/libqdbm.so.1
 lib/libqdbm.so.1.0.0
-%%DOCSDIR%%/spex-ja.html
-%%DOCSDIR%%/spex.html
-@dirrm %%DOCSDIR%%
+%%PORTDOCS%%%%DOCSDIR%%/spex-ja.html
+%%PORTDOCS%%%%DOCSDIR%%/spex.html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%