diff options
author | wen <wen@FreeBSD.org> | 2011-08-04 18:43:04 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-08-04 18:43:04 +0800 |
commit | efae645b508b6a983fc157651e6dd5cb10e4f954 (patch) | |
tree | b8940548c8de0a7656dd7b21a711ece1c42d0fca /science/linsmith | |
parent | bb44d98275c891744b0887e42cbb919574f48041 (diff) | |
download | freebsd-ports-gnome-efae645b508b6a983fc157651e6dd5cb10e4f954.tar.gz freebsd-ports-gnome-efae645b508b6a983fc157651e6dd5cb10e4f954.tar.zst freebsd-ports-gnome-efae645b508b6a983fc157651e6dd5cb10e4f954.zip |
- Update to 0.99.22
PR: ports/159490
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'science/linsmith')
-rw-r--r-- | science/linsmith/Makefile | 16 | ||||
-rw-r--r-- | science/linsmith/distinfo | 4 | ||||
-rw-r--r-- | science/linsmith/pkg-descr | 2 | ||||
-rw-r--r-- | science/linsmith/pkg-plist | 18 |
4 files changed, 22 insertions, 18 deletions
diff --git a/science/linsmith/Makefile b/science/linsmith/Makefile index 2f96c43b1718..fb3cbbe91336 100644 --- a/science/linsmith/Makefile +++ b/science/linsmith/Makefile @@ -7,21 +7,25 @@ # PORTNAME= linsmith -PORTVERSION= 0.99.21 +PORTVERSION= 0.99.22 CATEGORIES= science hamradio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.9.21 +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Smith charting program -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual -USE_GNOME= pkgconfig libgnomeprint libgnomeui libxml2 +USE_GNOME= libgnomeui libxml2 USE_ICONV= yes USE_GETTEXT= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" +MAKE_JOBS_SAFE= yes + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib post-patch: @${CP} ${FILESDIR}/carg.c ${WRKSRC}/src diff --git a/science/linsmith/distinfo b/science/linsmith/distinfo index 9ac942b334c7..8616f146be13 100644 --- a/science/linsmith/distinfo +++ b/science/linsmith/distinfo @@ -1,2 +1,2 @@ -SHA256 (linsmith-0.99.21.tar.gz) = f3d58f56079d1de0e21ec4f7d2aa7f1df1997bcb9ab33d83f1cd9d508306b76c -SIZE (linsmith-0.99.21.tar.gz) = 1119718 +SHA256 (linsmith-0.99.22.tar.gz) = cd2279e8123e016518c2d4a63c7c84cf36ff5bc47b0c6fd7109313450a66ca1e +SIZE (linsmith-0.99.22.tar.gz) = 1122094 diff --git a/science/linsmith/pkg-descr b/science/linsmith/pkg-descr index 89647d3f4783..23859a575709 100644 --- a/science/linsmith/pkg-descr +++ b/science/linsmith/pkg-descr @@ -18,4 +18,4 @@ It's main features are: solutions without re-defining the other (this may actually change to single files - I'm not quite convinced here) -WWW: http://linsmith.sourceforge.net/ +WWW: http://jcoppens.com/soft/linsmith/index.en.php diff --git a/science/linsmith/pkg-plist b/science/linsmith/pkg-plist index 4ed99767f7a7..50fa8fe95103 100644 --- a/science/linsmith/pkg-plist +++ b/science/linsmith/pkg-plist @@ -1,13 +1,4 @@ bin/linsmith -share/locale/de/LC_MESSAGES/linsmith.mo -share/locale/es/LC_MESSAGES/linsmith.mo -share/locale/hu/LC_MESSAGES/linsmith.mo -share/locale/it/LC_MESSAGES/linsmith.mo -share/locale/sv/LC_MESSAGES/linsmith.mo -share/locale/zh/LC_MESSAGES/linsmith.mo -share/pixmaps/linsmith/smith4.png -share/pixmaps/linsmith/smithent.png -@dirrm share/pixmaps/linsmith %%DATADIR%%/6-1.circ %%DATADIR%%/6-1.load %%DATADIR%%/6-4.circ @@ -18,4 +9,13 @@ share/pixmaps/linsmith/smithent.png %%DATADIR%%/6-6.load %%DATADIR%%/conv0809 %%DATADIR%%/nb_40.load +share/locale/de/LC_MESSAGES/linsmith.mo +share/locale/es/LC_MESSAGES/linsmith.mo +share/locale/hu/LC_MESSAGES/linsmith.mo +share/locale/it/LC_MESSAGES/linsmith.mo +share/locale/sv/LC_MESSAGES/linsmith.mo +share/locale/zh/LC_MESSAGES/linsmith.mo +share/pixmaps/linsmith/smith4.png +share/pixmaps/linsmith/smithent.png +@dirrm share/pixmaps/linsmith @dirrm %%DATADIR%% |