ports/92344: [NEW PORT] deskutils/superkaramba-lwp: Liquid Weather ++ Superkaramba applet

Jason E. Hale bsdkaffee at gmail.com
Wed Feb 8 04:40:08 UTC 2006


The following reply was made to PR ports/92344; it has been noted by GNATS.

From: "Jason E. Hale" <bsdkaffee at gmail.com>
To: bug-followup at freebsd.org,
 bsdkaffee at gmail.com
Cc:  
Subject: Re: ports/92344: [NEW PORT] deskutils/superkaramba-lwp: Liquid Weather ++ Superkaramba applet
Date: Tue, 7 Feb 2006 23:31:01 -0500

 o Another update to version 9.2.4.
 o The absolute paths to convert(1) are gone and the package doesn't have a 
 useless tarball in it anymore.
 o Also changed incorrect use of LOCALBASE to PREFIX (oops).
 
 Obviously the previous patch was a patch to the files extracted from the shell 
 archive, not to the shell archive itself.  The first patch must be applied 
 first, then this patch should be applied.
 
 --- superkaramba-lwp-2006-02-07.diff starts here ---
 diff -ruN superkaramba-lwp.orig/Makefile superkaramba-lwp/Makefile
 --- superkaramba-lwp.orig/Makefile	Tue Feb  7 23:03:16 2006
 +++ superkaramba-lwp/Makefile	Tue Feb  7 17:29:47 2006
 @@ -5,7 +5,7 @@
  # $FreeBSD$
  
  PORTNAME=		lwp
 -PORTVERSION=		9.2.3
 +PORTVERSION=		9.2.4
  CATEGORIES=		deskutils kde
  MASTER_SITES=		http://www.message.co.nz/~matt-sarah/ \
  			http://mirror1.liquidweather.net/ \
 @@ -52,17 +52,16 @@
  .endif
  
  post-extract:
 -	@cd ${WRKSRC} && ${RM} *~ locale/*/LC_MESSAGES/*~ Makefile*
 -	@cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|g;' \
 -		create_po.py debug.py liquid_weather.py liquid_weather.ui.h \
 -		lwp_config.py test_gui.py
 +	@cd ${WRKSRC} && ${RM} *~ locale/*/LC_MESSAGES/*~
 +	@cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|g' \
 +		create_po.py debug.py test_gui.py
  
  pre-install:
  	@cd ${WRKSRC} && zip -qr ${DISTFILES} *
  
  do-install:
 -	@${MKDIR} ${LOCALBASE}/share/apps/superkaramba/themes
 +	@${MKDIR} ${PREFIX}/share/apps/superkaramba/themes
  	@cd ${WRKSRC} && ${INSTALL_DATA} ${DISTFILES} \
 -		${LOCALBASE}/share/apps/superkaramba/themes
 +		${PREFIX}/share/apps/superkaramba/themes
  
  .include <bsd.port.post.mk>
 diff -ruN superkaramba-lwp.orig/distinfo superkaramba-lwp/distinfo
 --- superkaramba-lwp.orig/distinfo	Tue Feb  7 23:03:16 2006
 +++ superkaramba-lwp/distinfo	Tue Feb  7 17:30:32 2006
 @@ -1,3 +1,3 @@
 -MD5 (lwp-9.2.3.skz) = 497f05a6d955eaafd32ea3012c6f8029
 -SHA256 (lwp-9.2.3.skz) = 
 4fe88b3ab689da5957d478430f3d024fbce7d09d102fe81a688d23eec9cbff73
 -SIZE (lwp-9.2.3.skz) = 3864697
 +MD5 (lwp-9.2.4.skz) = ec74b358b62549d6cca225b628e93954
 +SHA256 (lwp-9.2.4.skz) = 
 545938f60acd41b39e29caf312d7c6fcd669399d02d43741f6ed259ec1c815ca
 +SIZE (lwp-9.2.4.skz) = 4085401
 --- superkaramba-lwp-2006-02-07.diff ends here ---



More information about the freebsd-ports-bugs mailing list