Skip to content

Commit

Permalink
textproc/exempi: update to 2.6.3
Browse files Browse the repository at this point in the history
Previous patches incorporated into the release or obviated.

While here:
- force C++11, as the project expects it, and to override clang 16's default C++17
- add LICENSE{,_FILE}
  • Loading branch information
vishwin committed Jun 24, 2023
1 parent 05203b9 commit aee82b5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 86 deletions.
12 changes: 6 additions & 6 deletions textproc/exempi/Makefile
@@ -1,24 +1,24 @@
PORTNAME= exempi
DISTVERSION= 2.6.2
PORTREVISION= 1
DISTVERSION= 2.6.3
CATEGORIES= textproc
MASTER_SITES= http://libopenraw.freedesktop.org/download/

MAINTAINER= gnome@FreeBSD.org
COMMENT= Port of Adobe XMP SDK to work on UNIX
WWW= http://libopenraw.freedesktop.org/wiki/Exempi

LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= boost-libs>=0:devel/boost-libs
LIB_DEPENDS= libexpat.so:textproc/expat2

USES= cpe gmake iconv libtool localbase pathfix tar:bzip2
USES= cpe compiler:c++11-lang gmake iconv libtool localbase pathfix tar:xz
CPE_VENDOR= ${PORTNAME}_project
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes

pre-configure:
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} NOCONFIGURE=1 ./autogen.sh
USE_CXXSTD= c++11

post-patch:
@${REINPLACE_CMD} -e 's|$${libdir}/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
Expand Down
6 changes: 3 additions & 3 deletions textproc/exempi/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1659086948
SHA256 (exempi-2.6.2.tar.bz2) = 4d17d4c93df2a95da3e3172c45b7a5bf317dd31dafd1c7a340169728c7089d1d
SIZE (exempi-2.6.2.tar.bz2) = 3709476
TIMESTAMP = 1687564983
SHA256 (exempi-2.6.3.tar.xz) = 80b3aa0b7f54978c6a49cc5f5f1d3b6e9524b59de74ef92b3bf0abeba4c28fb1
SIZE (exempi-2.6.3.tar.xz) = 2842408
19 changes: 0 additions & 19 deletions textproc/exempi/files/patch-exempi_Makefile.in

This file was deleted.

19 changes: 0 additions & 19 deletions textproc/exempi/files/patch-samples_source_Makefile.in

This file was deleted.

38 changes: 0 additions & 38 deletions textproc/exempi/files/patch-samples_source_common_DumpFile.cpp

This file was deleted.

2 changes: 1 addition & 1 deletion textproc/exempi/pkg-plist
Expand Up @@ -6,6 +6,6 @@ include/exempi-2.0/exempi/xmperrors.h
lib/libexempi.a
lib/libexempi.so
lib/libexempi.so.8
lib/libexempi.so.8.1.2
lib/libexempi.so.8.1.3
libdata/pkgconfig/exempi-2.0.pc
man/man1/exempi.1.gz

0 comments on commit aee82b5

Please sign in to comment.