diff options
author | dougb <dougb@FreeBSD.org> | 2010-12-23 03:41:40 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-12-23 03:41:40 +0800 |
commit | b55fb23ea6bb3d27fd9bdf74bf5cb742fbdc3e16 (patch) | |
tree | dbad2525997934c6432be3f12fbc11cb9e530411 | |
parent | 6f8e6fd50e361d5a4019cf29f1bcd93fd264caf5 (diff) | |
download | freebsd-ports-graphics-b55fb23ea6bb3d27fd9bdf74bf5cb742fbdc3e16.tar.gz freebsd-ports-graphics-b55fb23ea6bb3d27fd9bdf74bf5cb742fbdc3e16.tar.zst freebsd-ports-graphics-b55fb23ea6bb3d27fd9bdf74bf5cb742fbdc3e16.zip |
Update port to work with new distfile naming scheme.
The distfile itself is the same (by checksum).
The 2.13 version of this doesn't work, so stick with the
tried-and-true version.
-rw-r--r-- | misc/wmweather+/Makefile | 9 | ||||
-rw-r--r-- | misc/wmweather+/distinfo | 5 | ||||
-rw-r--r-- | misc/wmweather+/pkg-descr | 2 |
3 files changed, 7 insertions, 9 deletions
diff --git a/misc/wmweather+/Makefile b/misc/wmweather+/Makefile index ca96c34d784..3e6b9918bc8 100644 --- a/misc/wmweather+/Makefile +++ b/misc/wmweather+/Makefile @@ -6,15 +6,14 @@ PORTNAME= wmweather+ PORTVERSION= 2.11 -PORTREVISION= 5 +PORTREVISION= 5 CATEGORIES= misc windowmaker geography -MASTER_SITES= SF/wmweatherplus/wmweather%2B/wmweather%2B-${PORTVERSION} +MASTER_SITES= SF/wmweatherplus/wmweather%2B/ +DISTNAME= wmweather%2B-${PORTVERSION} MAINTAINER= dougb@FreeBSD.org COMMENT= Displays current conditions and forecasts with icons and text -LICENSE= GPLv2 - LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ pcre:${PORTSDIR}/devel/pcre \ tiff:${PORTSDIR}/graphics/tiff \ @@ -47,6 +46,8 @@ LIB_DEPENDS+= wraster:${PORTSDIR}/x11-wm/windowmaker LIB_DEPENDS+= wraster:${PORTSDIR}/x11-wm/libwraster .endif +WRKSRC= ${.CURDIR}/work/wmweather+-${PORTVERSION} + post-patch: @${CP} ${WRKSRC}/wmweather+.c ${WRKSRC}/wmweather+.c.dist @${SED} -e "s#^void usage(int i) __THROW.*#void usage(int i);#" \ diff --git a/misc/wmweather+/distinfo b/misc/wmweather+/distinfo index b536fefbb4f..36a93565755 100644 --- a/misc/wmweather+/distinfo +++ b/misc/wmweather+/distinfo @@ -1,3 +1,2 @@ -MD5 (wmweather+-2.11.tar.gz) = 6b199330fa40d11ab2a1652b961e0ea0 -SHA256 (wmweather+-2.11.tar.gz) = bab0d2d2cac65db51bb25f70b028ee7c55642119d2b38441aff65553a35566f9 -SIZE (wmweather+-2.11.tar.gz) = 193596 +SHA256 (wmweather%2B-2.11.tar.gz) = bab0d2d2cac65db51bb25f70b028ee7c55642119d2b38441aff65553a35566f9 +SIZE (wmweather%2B-2.11.tar.gz) = 193596 diff --git a/misc/wmweather+/pkg-descr b/misc/wmweather+/pkg-descr index fc9abfeec15..f4c22fe5e46 100644 --- a/misc/wmweather+/pkg-descr +++ b/misc/wmweather+/pkg-descr @@ -6,6 +6,4 @@ and a sky condition display. You will need to look up the METAR code for your city (a standard code used in aviation). -LICENSE: GPL2 or later - WWW: http://sourceforge.net/projects/wmweatherplus/ |