1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Update to 2.0.1

PR:		140675
Submitted by:	Ports Fury
This commit is contained in:
Martin Wilke 2009-11-20 06:06:34 +00:00
parent 9f3ab87a30
commit a9be1b4e01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244503
2 changed files with 13 additions and 10 deletions

View File

@ -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>

View File

@ -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