Skip to content

Commit

Permalink
devel/smooth: update to version 0.9.8.
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Jun 28, 2021
1 parent ded91b5 commit 07d9d5b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 31 deletions.
9 changes: 5 additions & 4 deletions devel/smooth/Makefile
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>

PORTNAME= smooth
PORTVERSION= 0.9.7
PORTVERSION= 0.9.8
CATEGORIES= devel
MASTER_SITES= SF

MAINTAINER= danfe@FreeBSD.org
COMMENT= Object-oriented class library
COMMENT= Object-oriented C++ class library

LICENSE= ART20

LIB_DEPENDS= libcpuid.so:sysutils/libcpuid \
libcurl.so:ftp/curl \
libfribidi.so:converters/fribidi \
libharfbuzz.so:print/harfbuzz \
libpng.so:graphics/png
libpng.so:graphics/png \
libwebp.so:graphics/webp

USES= gmake gnome iconv jpeg localbase pkgconfig xorg
USE_LDCONFIG= yes
USE_GNOME= cairo gdkpixbuf2 gtk30 libxml2
USE_XORG= x11
MAKE_ARGS= config=systemlibcpuid
MAKE_ARGS= config="systemlibcpuid systemlibwebp"

post-extract:
# Prevent accidental build/use of bundled libraries' code/headers
Expand Down
6 changes: 3 additions & 3 deletions devel/smooth/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1613312458
SHA256 (smooth-0.9.7.tar.gz) = bc00a5e5650895eef629d9e4aa0c32e7438552798f1d40624498a9a116d2411d
SIZE (smooth-0.9.7.tar.gz) = 8084875
TIMESTAMP = 1624794081
SHA256 (smooth-0.9.8.tar.gz) = a02c3c15fc9f221809bd16ebbe56460f04facb36ed80ba1d0975526896d9fb42
SIZE (smooth-0.9.8.tar.gz) = 8569995

This file was deleted.

1 change: 1 addition & 0 deletions devel/smooth/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ include/smooth/graphics/imageloader/imageloader.h
include/smooth/graphics/imageloader/jpeg.h
include/smooth/graphics/imageloader/pci.h
include/smooth/graphics/imageloader/png.h
include/smooth/graphics/imageloader/webp.h
include/smooth/graphics/modifiers/fontsize.h
include/smooth/graphics/modifiers/righttoleft.h
include/smooth/graphics/surface.h
Expand Down

0 comments on commit 07d9d5b

Please sign in to comment.