print/paps: Update to 0.7.1
Changes: https://github.com/dov/paps/releases/tag/v0.7.1 Also statisfy portclippy.
This commit is contained in:
parent
ccb9b7e8c9
commit
b4a7b4b7fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568420
3 changed files with 13 additions and 23 deletions
|
@ -2,19 +2,22 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= paps
|
||||
PORTVERSION= 0.6.8
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 0.7.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= UTF-8 to PostScript converter using Pango
|
||||
|
||||
PLIST_FILES= bin/paps lib/libpaps.a include/libpaps.h \
|
||||
man/man1/paps.1.gz
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
USES= autoreconf gettext gnome pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= dov
|
||||
USE_GNOME= cairo intltool pango
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= pango
|
||||
USES= gnome pkgconfig
|
||||
|
||||
PLIST_FILES= bin/paps man/man1/paps.1.gz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (paps-0.6.8.tar.gz) = db214c4ea7ecde2f7986b869f6249864d3ff364e6f210c15aa2824bcbd850a20
|
||||
SIZE (paps-0.6.8.tar.gz) = 460062
|
||||
TIMESTAMP = 1615766812
|
||||
SHA256 (dov-paps-v0.7.1_GH0.tar.gz) = b8cbd16f8dd5832ecfa9907d31411b35a7f12d81a5ec472a1555d00a8a205e0e
|
||||
SIZE (dov-paps-v0.7.1_GH0.tar.gz) = 66736
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
--- src/libpaps.c.orig 2013-12-16 16:10:33.000000000 +0100
|
||||
+++ src/libpaps.c 2013-12-16 16:11:06.000000000 +0100
|
||||
@@ -25,8 +25,9 @@
|
||||
|
||||
#include <pango/pango.h>
|
||||
#include <pango/pangoft2.h>
|
||||
-#include <freetype/ftglyph.h>
|
||||
-#include <freetype/ftoutln.h>
|
||||
+#include <ft2build.h>
|
||||
+#include FT_GLYPH_H
|
||||
+#include FT_OUTLINE_H
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
Loading…
Reference in a new issue