Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Nov 2009 03:00:28 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/140675: Update port: print/bibcursed to 2.0.1
Message-ID:  <20091119030028.e2042918.tkato432@yahoo.com>
Resent-Message-ID: <200911181810.nAIIA4PN035632@freefall.freebsd.org>

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

>Number:         140675
>Category:       ports
>Synopsis:       Update port: print/bibcursed to 2.0.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 18 18:10:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.2-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Update to version 2.0.1

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/print/bibcursed/Makefile print/bibcursed/Makefile
--- /usr/ports/print/bibcursed/Makefile	2009-08-22 16:26:06.000000000 +0900
+++ print/bibcursed/Makefile	2009-11-15 05:40:35.000000000 +0900
@@ -7,22 +7,25 @@
 #
 
 PORTNAME=	bibcursed
-PORTVERSION=	2.0.0
+PORTVERSION=	2.0.1
 CATEGORIES=	print
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}_${PORTVERSION}
+MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}_${PORTVERSION}
+EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A simple curses-based editor for BibTeX bibliography files
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
-MAKEFILE=	Makefile.ncurses
 
-MAN1=		bibcursed.1
-PLIST_FILES=	bin/bibcursed
+MAN1=		${PORTNAME}.1
+PLIST_FILES=	bin/${PORTNAME}
+
+do-build:
+	cd ${WRKSRC}; ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME} -lncurses
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/bibcursed ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/bibcursed.1 ${MANPREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>
diff -urN /usr/ports/print/bibcursed/distinfo print/bibcursed/distinfo
--- /usr/ports/print/bibcursed/distinfo	2005-11-26 19:30:26.000000000 +0900
+++ print/bibcursed/distinfo	2009-11-15 05:39:22.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (bibcursed_2.0.0.tar.gz) = 2579457724f17c23cdac408e4271f2d9
-SHA256 (bibcursed_2.0.0.tar.gz) = 92db74067074656d7e3508731fe701a5edca4038030cdaafab35d6a386479c92
-SIZE (bibcursed_2.0.0.tar.gz) = 19575
+MD5 (bibcursed_2.0.1.tgz) = 7645b7b7e3ff558d673a1ed6e2ebe99e
+SHA256 (bibcursed_2.0.1.tgz) = 844b145d0ce52a27b718497ed7857b9fe518031665fecd3d89843c42cc82ae91
+SIZE (bibcursed_2.0.1.tgz) = 19869
>Release-Note:
>Audit-Trail:
>Unformatted:



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