mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
Upgrade from 0.6.14 to 0.7.2.
This commit is contained in:
parent
e9977a3693
commit
c46a242a24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231862
3 changed files with 9 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libraw
|
||||
PORTVERSION= 0.6.14
|
||||
PORTVERSION= 0.7.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.libraw.su/data/
|
||||
DISTNAME= LibRaw-${PORTVERSION}
|
||||
|
@ -42,8 +42,8 @@ PORTDOCS= API-C-eng.html API-C-rus.html API-CXX-eng.html API-CXX-rus.html \
|
|||
API-notes-rus.html API-overview-eng.html API-overview-rus.html \
|
||||
Install-LibRaw-eng.html Install-LibRaw-rus.html \
|
||||
Samples-LibRaw-eng.html Samples-LibRaw-rus.html \
|
||||
Why-LibRaw-eng.html Why-LibRaw-rus.html index-eng.html \
|
||||
index-rus.html index.html
|
||||
Why-LibRaw-eng.html Why-LibRaw-rus.html corner-scheme.png \
|
||||
index-eng.html index-rus.html index.html
|
||||
|
||||
PORTEXAMPLES= dcraw_emu.cpp dcraw_half.c half_mt.c identify.cpp mem_image.cpp \
|
||||
simple_dcraw.cpp
|
||||
|
@ -57,7 +57,8 @@ post-patch:
|
|||
do-install:
|
||||
@${MKDIR} ${PREFIX}/include/libraw
|
||||
|
||||
.for f in libraw.h libraw_alloc.h libraw_const.h libraw_internal.h libraw_types.h libraw_version.h
|
||||
.for f in libraw.h libraw_alloc.h libraw_const.h libraw_datastream.h \
|
||||
libraw_internal.h libraw_types.h libraw_version.h
|
||||
@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/${f} ${PREFIX}/include/libraw
|
||||
.endfor
|
||||
.for f in libraw.a libraw_r.a
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (LibRaw-0.6.14.tar.gz) = 1e411562b1a7abfccf8c7f9126b243e9
|
||||
SHA256 (LibRaw-0.6.14.tar.gz) = 6af23b53bab01e4300470859d67b1ab082993b44b6f678f306866e4ac5d303a7
|
||||
SIZE (LibRaw-0.6.14.tar.gz) = 180195
|
||||
MD5 (LibRaw-0.7.2.tar.gz) = 9d2756739aa64ed812c305a801d41a45
|
||||
SHA256 (LibRaw-0.7.2.tar.gz) = 3403dd62c18633b5411d876e6ed1449d0ce4342dfec79b9979e061960da38ae9
|
||||
SIZE (LibRaw-0.7.2.tar.gz) = 300761
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
include/libraw/libraw.h
|
||||
include/libraw/libraw_alloc.h
|
||||
include/libraw/libraw_const.h
|
||||
include/libraw/libraw_datastream.h
|
||||
include/libraw/libraw_internal.h
|
||||
include/libraw/libraw_types.h
|
||||
include/libraw/libraw_version.h
|
||||
|
|
Loading…
Add table
Reference in a new issue