summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordogcow <dogcow@pkgsrc.org>2005-10-24 08:46:06 +0000
committerdogcow <dogcow@pkgsrc.org>2005-10-24 08:46:06 +0000
commit1c54243b5025efc9287fa445ac5e4eea6f204fd1 (patch)
tree97d9113968a4cfb2173ae428d325dd4182ff42ed
parent52ec5e5f7532a65135d13be7e1607b8e445fed28 (diff)
downloadpkgsrc-1c54243b5025efc9287fa445ac5e4eea6f204fd1.tar.gz
Update gputils to 0.13.3, a bugfix release.
gplink is the primary file affected; see gputils-0.13.3/ChangeLog for more details.
-rw-r--r--devel/gputils/Makefile6
-rw-r--r--devel/gputils/PLIST3
-rw-r--r--devel/gputils/distinfo8
-rw-r--r--doc/CHANGES3
4 files changed, 11 insertions, 9 deletions
diff --git a/devel/gputils/Makefile b/devel/gputils/Makefile
index 432087b98a7..cd3945ba77e 100644
--- a/devel/gputils/Makefile
+++ b/devel/gputils/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2005/06/29 09:33:26 dogcow Exp $
+# $NetBSD: Makefile,v 1.6 2005/10/24 08:46:06 dogcow Exp $
-DISTNAME= gputils-0.13.2
+DISTNAME= gputils-0.13.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gputils/}
-MAINTAINER= wulf@NetBSD.org
+MAINTAINER= dogcow@NetBSD.org
HOMEPAGE= http://gputils.sourceforge.net/
COMMENT= collection of tools for Microchip's PIC micro-processors
diff --git a/devel/gputils/PLIST b/devel/gputils/PLIST
index 50cf4ab4ff0..7091f3ea4bd 100644
--- a/devel/gputils/PLIST
+++ b/devel/gputils/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2005/06/29 09:33:26 dogcow Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/10/24 08:46:06 dogcow Exp $
bin/gpasm
bin/gpdasm
bin/gplib
@@ -10,6 +10,7 @@ man/fr/man1/gpasm.1
man/fr/man1/gpdasm.1
man/fr/man1/gplib.1
man/fr/man1/gplink.1
+man/fr/man1/gpstrip.1
man/fr/man1/gputils.1
man/fr/man1/gpvc.1
man/fr/man1/gpvo.1
diff --git a/devel/gputils/distinfo b/devel/gputils/distinfo
index 2310cce5512..601fce46c8b 100644
--- a/devel/gputils/distinfo
+++ b/devel/gputils/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/06/29 09:33:26 dogcow Exp $
+$NetBSD: distinfo,v 1.4 2005/10/24 08:46:06 dogcow Exp $
-SHA1 (gputils-0.13.2.tar.gz) = d1a3adb8b3092dce44b3229e78382a5a994a0c35
-RMD160 (gputils-0.13.2.tar.gz) = b057a20cc9953f87d3315bf063699d32ff608561
-Size (gputils-0.13.2.tar.gz) = 1596474 bytes
+SHA1 (gputils-0.13.3.tar.gz) = 50c4750d8c139e5f20438e3bd512ccba74e77b8c
+RMD160 (gputils-0.13.3.tar.gz) = bca98077f8e7c137b7b10750d129eb8886fc5719
+Size (gputils-0.13.3.tar.gz) = 1604376 bytes
diff --git a/doc/CHANGES b/doc/CHANGES
index a8503281fbe..517571c0d94 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.11641 2005/10/24 08:43:09 adam Exp $
+$NetBSD: CHANGES,v 1.11642 2005/10/24 08:46:06 dogcow Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -4812,3 +4812,4 @@ Changes to the packages collection and infrastructure in 2005:
Added www/zope3 version 3.1.0 [minskim 2005-10-24]
Updated net/libtorrent to 0.7.5 [adam 2005-10-24]
Updated net/rtorrent to 0.3.5 [adam 2005-10-24]
+ Updated devel/gputils to 0.13.3 [dogcow 2005-10-24]