Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2014 17:43:55 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339014 - head/graphics/kix-kmod
Message-ID:  <201401071743.s07Hht1U016910@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue Jan  7 17:43:54 2014
New Revision: 339014
URL: http://svnweb.freebsd.org/changeset/ports/339014

Log:
  - Stagify
  - Fix MASTER_SITES and recalculate SHA256 checksum
  - Pet portlint
  - Include bsd.port.mk once
  
  PR:		ports/185373
  Submitted by:	rene
  Approved by:	maintainer <jon@witchspace.com>

Modified:
  head/graphics/kix-kmod/Makefile
  head/graphics/kix-kmod/distinfo

Modified: head/graphics/kix-kmod/Makefile
==============================================================================
--- head/graphics/kix-kmod/Makefile	Tue Jan  7 17:42:09 2014	(r339013)
+++ head/graphics/kix-kmod/Makefile	Tue Jan  7 17:43:54 2014	(r339014)
@@ -5,26 +5,20 @@ PORTNAME=       kix
 PORTVERSION=	1.0
 PORTREVISION=	1
 CATEGORIES=     graphics
-MASTER_SITES=   http://homepage.ntlworld.com/jon.belson/files/kix-1.0.tar.gz \
+MASTER_SITES=   http://homepage.ntlworld.com/jon.belson/files/ \
 	LOCAL/pgollucci
 PKGNAMESUFFIX=	-kmod
 
 MAINTAINER=	jon@witchspace.com
-COMMENT=	A graphical screensaver kernel module
-
-NO_STAGE=	yes
+COMMENT=	Graphical screensaver kernel module
 
 USES=		kmod
-.include <bsd.port.pre.mk>
 
 MAKE_ENV+=	WERROR=
 PLIST_FILES=	lib/kix_saver.ko
 SUB_FILES=	pkg-message
 
 do-install:
-	${INSTALL_KLD} ${WRKSRC}/kix_saver.ko ${PREFIX}/lib
-
-post-install:
-	@${CAT} ${PKGMESSAGE}
+	${INSTALL_KLD} ${WRKSRC}/kix_saver.ko ${STAGEDIR}${PREFIX}/lib
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/graphics/kix-kmod/distinfo
==============================================================================
--- head/graphics/kix-kmod/distinfo	Tue Jan  7 17:42:09 2014	(r339013)
+++ head/graphics/kix-kmod/distinfo	Tue Jan  7 17:43:54 2014	(r339014)
@@ -1,2 +1,2 @@
-SHA256 (kix-1.0.tar.gz) = 372e7f294064fe7852086f7b977558339cf686c4d42a36d952d9479634aa475b
+SHA256 (kix-1.0.tar.gz) = 808f93721213a51251aa8614afa0b4852399eb7498bb20cd3410ad84c7645ce7
 SIZE (kix-1.0.tar.gz) = 3497



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401071743.s07Hht1U016910>