Thu Feb 4 21:27:46 2010 UTC ()
Provided a working, although outdated, HOMEPAGE.


(heinz)
diff -r1.13 -r1.14 pkgsrc/sysutils/gpart/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/sysutils/gpart/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/gpart/Makefile 2010/02/04 21:14:02 1.13
+++ pkgsrc/sysutils/gpart/Makefile 2010/02/04 21:27:46 1.14
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.13 2010/02/04 21:14:02 heinz Exp $ 1# $NetBSD: Makefile,v 1.14 2010/02/04 21:27:46 heinz Exp $
2 2
3DISTNAME= gpart-0.1h 3DISTNAME= gpart-0.1h
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= sysutils 5CATEGORIES= sysutils
6MASTER_SITES= http://www.stud.uni-hannover.de/user/76201/gpart/ 6MASTER_SITES= http://www.stud.uni-hannover.de/user/76201/gpart/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.stud.uni-hannover.de/user/76201/gpart/ 9HOMEPAGE= http://www.brzitwa.de/mb/gpart/index.html
10COMMENT= Tool to show the partitions on a PC type harddisk 10COMMENT= Tool to show the partitions on a PC type harddisk
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_TOOLS+= gmake 15USE_TOOLS+= gmake
16 16
17# Doesn't work on 1.4.x due to problems with dlopen 17# Doesn't work on 1.4.x due to problems with dlopen
18NOT_FOR_PLATFORM= NetBSD-1.4*-* 18NOT_FOR_PLATFORM= NetBSD-1.4*-*
19 19
20.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"