Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2013 22:54:52 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327445 - in head/deskutils/pal: . files
Message-ID:  <201309162254.r8GMsqib076941@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Mon Sep 16 22:54:52 2013
New Revision: 327445
URL: http://svnweb.freebsd.org/changeset/ports/327445

Log:
  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)

Added:
  head/deskutils/pal/files/
  head/deskutils/pal/files/patch-src-Makefile   (contents, props changed)
Modified:
  head/deskutils/pal/Makefile
  head/deskutils/pal/distinfo
  head/deskutils/pal/pkg-plist

Modified: head/deskutils/pal/Makefile
==============================================================================
--- head/deskutils/pal/Makefile	Mon Sep 16 22:44:28 2013	(r327444)
+++ head/deskutils/pal/Makefile	Mon Sep 16 22:54:52 2013	(r327445)
@@ -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

Modified: head/deskutils/pal/distinfo
==============================================================================
--- head/deskutils/pal/distinfo	Mon Sep 16 22:44:28 2013	(r327444)
+++ head/deskutils/pal/distinfo	Mon Sep 16 22:54:52 2013	(r327445)
@@ -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

Added: head/deskutils/pal/files/patch-src-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/pal/files/patch-src-Makefile	Mon Sep 16 22:54:52 2013	(r327445)
@@ -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 \

Modified: head/deskutils/pal/pkg-plist
==============================================================================
--- head/deskutils/pal/pkg-plist	Mon Sep 16 22:44:28 2013	(r327444)
+++ head/deskutils/pal/pkg-plist	Mon Sep 16 22:54:52 2013	(r327445)
@@ -1,5 +1,6 @@
 bin/pal
 %%DATADIR%%/australia.pal
+%%DATADIR%%/austria.pal
 %%DATADIR%%/birth-death.pal
 %%DATADIR%%/christian.pal
 %%DATADIR%%/computer.pal



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309162254.r8GMsqib076941>