mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
deskutils/pal: update to 0.4.3
- Update to 0.4.3 [1] - USES gmake - Remove leading article from COMMENT PR: ports/182052 [1] Submitted by: Herbert J. Skuhra <h.skuhra gmail.com> (maintainer)
This commit is contained in:
parent
9dea31bbac
commit
2d6396bc61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327445
@ -2,16 +2,15 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pal
|
||||
PORTVERSION= 0.3.4
|
||||
PORTREVISION= 6
|
||||
PORTVERSION= 0.4.3
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= SF/${PORTNAME}cal/${PORTNAME}/${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= h.skuhra@gmail.com
|
||||
COMMENT= A calendar application
|
||||
COMMENT= Calendar application
|
||||
|
||||
USES= pkgconfig gettext
|
||||
USES= pkgconfig gettext gmake
|
||||
USE_GNOME= glib20
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET=
|
||||
@ -21,12 +20,8 @@ MAN1= pal.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if exists(${LOCALBASE}/lib/libreadline.so.6)
|
||||
LIB_DEPENDS= readline.6:${PORTSDIR}/devel/readline
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,prefix = /usr,prefix = ${PREFIX},g" ${WRKSRC}/Makefile.defs
|
||||
@${REINPLACE_CMD} -e "s,prefix = /usr,prefix = ${PREFIX},g;s,^CC,#CC,g" ${WRKSRC}/Makefile.defs
|
||||
|
||||
post-build:
|
||||
${REINPLACE_CMD} -e "s,VERSION,${PORTVERSION},g" ${WRKDIR}/${PORTNAME}-${PORTVERSION}/pal.1.template
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pal-0.3.4.tgz) = 0408441199b64e5c1c2e28a9ae920ad2f35523ad04c59759279520e3c236a0b9
|
||||
SIZE (pal-0.3.4.tgz) = 109125
|
||||
SHA256 (pal-0.4.3.tgz) = ce470cb7be76522ff58cd0325ad7817b6cc2132a5e0cea55de8c9eb63b54551c
|
||||
SIZE (pal-0.4.3.tgz) = 130865
|
||||
|
11
deskutils/pal/files/patch-src-Makefile
Normal file
11
deskutils/pal/files/patch-src-Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.orig 2008-07-28 18:16:23.000000000 +0200
|
||||
+++ Makefile 2013-09-12 23:52:39.000000000 +0200
|
||||
@@ -3,7 +3,7 @@
|
||||
include Makefile.defs
|
||||
|
||||
INCLDIR = -I${prefix}/include `pkg-config --cflags glib-2.0`
|
||||
-LIBDIR =
|
||||
+LIBDIR = -L/usr/lib
|
||||
LIBS = `pkg-config --libs glib-2.0` -lreadline -lncurses
|
||||
|
||||
SRC = main.c colorize.c output.c input.c event.c rl.c html.c latex.c \
|
@ -1,5 +1,6 @@
|
||||
bin/pal
|
||||
%%DATADIR%%/australia.pal
|
||||
%%DATADIR%%/austria.pal
|
||||
%%DATADIR%%/birth-death.pal
|
||||
%%DATADIR%%/christian.pal
|
||||
%%DATADIR%%/computer.pal
|
||||
|
Loading…
Reference in New Issue
Block a user