1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Update to 0.9.5.2

- Chase devel/libftdi shlib bump
- Move LICENSE section earlier to make portlint happy
- Pass maintainership to submitter

PR:		ports/165258
Submitted by:	Hakisho Nukama <nukama at gmail.com>
Feature safe:	yes
This commit is contained in:
Alexander Logvinov 2012-03-20 05:12:12 +00:00
parent bb7f27bced
commit 50bfa10d59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293600
2 changed files with 11 additions and 9 deletions

View File

@ -6,13 +6,16 @@
#
PORTNAME= flashrom
PORTVERSION= 0.9.4
PORTVERSION= 0.9.5.2
CATEGORIES= sysutils
MASTER_SITES= http://download.flashrom.org/releases/
MAINTAINER= avl@FreeBSD.org
MAINTAINER= nukama@gmail.com
COMMENT= A utility for reading, writing, verifying and erasing flash ROM chips
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= pci.3:${PORTSDIR}/devel/libpci
OPTIONS= DMIDECODE "Use dmidecode to gather DMI information" on \
@ -20,15 +23,14 @@ OPTIONS= DMIDECODE "Use dmidecode to gather DMI information" on \
USE_BZIP2= yes
USE_GMAKE= yes
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lc
ONLY_FOR_ARCHS= amd64 i386
PORTDOCS= ChangeLog COPYING README
PLIST_FILES= bin/${PORTNAME}
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
.if !defined(NO_INSTALL_MANPAGES)
MAN8= ${PORTNAME}.8
.endif
@ -36,12 +38,12 @@ MAN8= ${PORTNAME}.8
.include <bsd.port.options.mk>
.if !defined(WITHOUT_DMIDECODE)
RUN_DEPENDS= dmidecode:${PORTSDIR}/sysutils/dmidecode
RUN_DEPENDS+= dmidecode:${PORTSDIR}/sysutils/dmidecode
.endif
.if defined(WITH_FTDI)
USE_GNOME= pkgconfig
LIB_DEPENDS+= ftdi.18:${PORTSDIR}/devel/libftdi
LIB_DEPENDS+= ftdi.19:${PORTSDIR}/devel/libftdi
.endif
post-patch:

View File

@ -1,2 +1,2 @@
SHA256 (flashrom-0.9.4.tar.bz2) = 30e5a61a09160f142fdeec4a6c83cca495d7f2a9fc2eef480646889c3e9f0b3a
SIZE (flashrom-0.9.4.tar.bz2) = 293396
SHA256 (flashrom-0.9.5.2.tar.bz2) = 9a5ccd1c4bf6d7658e9373426a3683fab1d260eabf4542de3b6ebd1882ac4903
SIZE (flashrom-0.9.5.2.tar.bz2) = 347242