Bug 179593 - science/linsmith: Update to version 0.99.25
Summary: science/linsmith: Update to version 0.99.25
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-15 19:10 UTC by tkato432
Modified: 2013-06-17 16:40 UTC (History)
0 users

See Also:


Attachments
file.diff (3.50 KB, patch)
2013-06-15 19:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-06-15 19:10:07 UTC
- Update to version 0.99.25

Remove file:
files/carg.c
files/patch-src-Makefile.in
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-15 19:11:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-06-17 16:31:16 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-17 16:31:22 UTC
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);
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"