diff options
author | krion <krion@FreeBSD.org> | 2003-10-29 06:16:05 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-29 06:16:05 +0800 |
commit | 827041b95c80ef95a81a615822a7899bfc1bf6fc (patch) | |
tree | 924ececd86f18cc0ef6f002861475511dff426c3 /graphics | |
parent | bbe803a11e5cd38aeaa8c92bcc0c1884b69c565f (diff) | |
download | freebsd-ports-gnome-827041b95c80ef95a81a615822a7899bfc1bf6fc.tar.gz freebsd-ports-gnome-827041b95c80ef95a81a615822a7899bfc1bf6fc.tar.zst freebsd-ports-gnome-827041b95c80ef95a81a615822a7899bfc1bf6fc.zip |
- Update to version 2.1.3
PR: 58626
Submitted by: Ports Fury
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gphoto2/Makefile | 6 | ||||
-rw-r--r-- | graphics/gphoto2/distinfo | 2 | ||||
-rw-r--r-- | graphics/gphoto2/pkg-plist | 11 |
3 files changed, 11 insertions, 8 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index 62d3ab5b92a1..a8da29aca9f8 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gphoto2 -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gphoto @@ -20,10 +20,10 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ gphoto2.2:${PORTSDIR}/graphics/libgphoto2 USE_BZIP2= yes +USE_GNOME= gnometarget USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --without-cdk @@ -31,7 +31,7 @@ CONFIGURE_ARGS= --without-cdk MAN1= gphoto2.1 post-patch: - @${REINPLACE_CMD} -e 's|-pthread|${PTHREADS_LIBS:S/"//g}|g ; \ + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREADS_LIBS:S/"//g}|g ; \ s|-g -Wall||g' ${WRKSRC}/configure post-install: diff --git a/graphics/gphoto2/distinfo b/graphics/gphoto2/distinfo index 4cc139d7831b..ffc9363abd4f 100644 --- a/graphics/gphoto2/distinfo +++ b/graphics/gphoto2/distinfo @@ -1 +1 @@ -MD5 (gphoto2-2.1.2.tar.bz2) = 322999934ac09df43747dadafacb7a5e +MD5 (gphoto2-2.1.3.tar.bz2) = 7c5efceca67f4a67b9fa888609af2a03 diff --git a/graphics/gphoto2/pkg-plist b/graphics/gphoto2/pkg-plist index f995ddcb0573..d88f1253d708 100644 --- a/graphics/gphoto2/pkg-plist +++ b/graphics/gphoto2/pkg-plist @@ -1,7 +1,7 @@ bin/gphoto2 -%%PORTDOCS%%share/doc/gphoto2/AUTHORS -%%PORTDOCS%%share/doc/gphoto2/NEWS -%%PORTDOCS%%share/doc/gphoto2/README +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README share/locale/da/LC_MESSAGES/gphoto2.mo share/locale/de/LC_MESSAGES/gphoto2.mo share/locale/es/LC_MESSAGES/gphoto2.mo @@ -9,9 +9,12 @@ share/locale/fr/LC_MESSAGES/gphoto2.mo share/locale/it/LC_MESSAGES/gphoto2.mo share/locale/ja/LC_MESSAGES/gphoto2.mo share/locale/no/LC_MESSAGES/gphoto2.mo +share/locale/pt_BR/LC_MESSAGES/gphoto2.mo +share/locale/ro/LC_MESSAGES/gphoto2.mo share/locale/ru/LC_MESSAGES/gphoto2.mo +share/locale/sk/LC_MESSAGES/gphoto2.mo share/locale/sl/LC_MESSAGES/gphoto2.mo share/locale/sv/LC_MESSAGES/gphoto2.mo share/locale/uk/LC_MESSAGES/gphoto2.mo share/locale/zh_CN/LC_MESSAGES/gphoto2.mo -%%PORTDOCS%%@dirrm share/doc/gphoto2 +%%PORTDOCS%%@dirrm %%DOCSDIR%% |