diff options
-rw-r--r-- | cad/gnucap/Makefile | 3 | ||||
-rw-r--r-- | games/starfighter/Makefile | 3 | ||||
-rw-r--r-- | math/mtl/Makefile | 3 | ||||
-rw-r--r-- | textproc/subtitleripper/Makefile | 5 |
4 files changed, 9 insertions, 5 deletions
diff --git a/cad/gnucap/Makefile b/cad/gnucap/Makefile index d4f11a83fd1..de6ac250520 100644 --- a/cad/gnucap/Makefile +++ b/cad/gnucap/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2006/08/10 03:21:39 minskim Exp $ +# $NetBSD: Makefile,v 1.21 2008/03/04 12:17:48 wiz Exp $ # DISTNAME= gnucap-2006-07-08 +PKGNAME= gnucap-20060708 CATEGORIES= cad MASTER_SITES= http://www.gnucap.org/devel/ \ http://www.geda.seul.org/dist/ diff --git a/games/starfighter/Makefile b/games/starfighter/Makefile index 34b2c14dc27..a9ed7c1fbd3 100644 --- a/games/starfighter/Makefile +++ b/games/starfighter/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2007/09/02 13:03:50 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2008/03/04 12:17:47 wiz Exp $ # DISTNAME= starfighter-1.1-1 +PKGNAME= starfighter-1.1.1 PKGREVISION= 6 CATEGORIES= games MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/xtraeme/ diff --git a/math/mtl/Makefile b/math/mtl/Makefile index 61afc8c8c3a..e5eb89eafba 100644 --- a/math/mtl/Makefile +++ b/math/mtl/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2006/07/11 00:19:20 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/03/04 12:17:48 wiz Exp $ DISTNAME= mtl-2.1.2-21 +PKGNAME= mtl-2.1.2.21 CATEGORIES= math devel MASTER_SITES= http://www.osl.iu.edu/download/research/mtl/ diff --git a/textproc/subtitleripper/Makefile b/textproc/subtitleripper/Makefile index bdfc4f03691..30936109d87 100644 --- a/textproc/subtitleripper/Makefile +++ b/textproc/subtitleripper/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2006/04/17 13:46:49 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2008/03/04 12:17:48 wiz Exp $ # DISTNAME= subtitleripper-0.3-1 +PKGNAME= subtitleripper-0.3.1 PKGREVISION= 5 CATEGORIES= textproc graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=subtitleripper/} @@ -9,7 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/subtitleripper/ -COMMENT= Sub title ripping program +COMMENT= Subtitle ripping program DEPENDS+= gocr-[0-9]*:../../graphics/gocr |