svn commit: r321134 - in head/science/linsmith: . files
Martin Wilke
miwi at FreeBSD.org
Mon Jun 17 15:31:13 UTC 2013
Author: miwi
Date: Mon Jun 17 15:31:12 2013
New Revision: 321134
URL: http://svnweb.freebsd.org/changeset/ports/321134
Log:
- Update to 0.99.25
PR: 179593
Submitted by: Ports Fury
Deleted:
head/science/linsmith/files/carg.c
head/science/linsmith/files/patch-src-Makefile.in
Modified:
head/science/linsmith/Makefile
head/science/linsmith/distinfo (contents, props changed)
head/science/linsmith/files/patch-src__remote.c
Modified: head/science/linsmith/Makefile
==============================================================================
--- head/science/linsmith/Makefile Mon Jun 17 15:29:25 2013 (r321133)
+++ head/science/linsmith/Makefile Mon Jun 17 15:31:12 2013 (r321134)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= linsmith
-PORTVERSION= 0.99.24
-PORTREVISION= 1
+PORTVERSION= 0.99.25
CATEGORIES= science hamradio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
@@ -12,8 +11,8 @@ COMMENT= Smith charting program
LICENSE= GPLv2 # (or later)
+USES= gettext
USE_GNOME= libgnomeui libxml2
-USES= gettext iconv
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
@@ -21,9 +20,9 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
- @${CP} ${FILESDIR}/carg.c ${WRKSRC}/src
@${REINPLACE_CMD} -e \
- '/^Icon/s|=.*|=linsmith_icon|' ${WRKSRC}/linsmith.desktop
+ '/^Icon/s|/usr/share|${PREFIX}/share|' \
+ ${WRKSRC}/linsmith.desktop
post-install:
@${MKDIR} ${DESKTOPDIR}
Modified: head/science/linsmith/distinfo
==============================================================================
--- head/science/linsmith/distinfo Mon Jun 17 15:29:25 2013 (r321133)
+++ head/science/linsmith/distinfo Mon Jun 17 15:31:12 2013 (r321134)
@@ -1,2 +1,2 @@
-SHA256 (linsmith-0.99.24.tar.gz) = f2e124240bc14cc918b8ff3336bf4579fca91770aaa8ddbef0828c48f1a90ea1
-SIZE (linsmith-0.99.24.tar.gz) = 1138827
+SHA256 (linsmith-0.99.25.tar.gz) = 446f3f8646c78e2f4fb49bf2cec626e98bb57d253c8a455feff28e813501ca4c
+SIZE (linsmith-0.99.25.tar.gz) = 1130652
Modified: head/science/linsmith/files/patch-src__remote.c
==============================================================================
--- head/science/linsmith/files/patch-src__remote.c Mon Jun 17 15:29:25 2013 (r321133)
+++ head/science/linsmith/files/patch-src__remote.c Mon Jun 17 15:31:12 2013 (r321134)
@@ -5,7 +5,7 @@
{
// if not even enabled manually, just go away
- if (pref.rem_mode != REMOTE_SOCK) return;
-+ if (pref.rem_mode != REMOTE_SOCK) return 0;
++ if (pref.rem_mode != REMOTE_SOCK) return FALSE;
printf("Removing the remote pipes\n");
close(pref.inpipe);
More information about the svn-ports-all
mailing list