diff options
author | roberto <roberto@FreeBSD.org> | 2003-03-24 16:25:56 +0800 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2003-03-24 16:25:56 +0800 |
commit | 4fb98f6b549de2081149bbcb189e7dcba97a164f (patch) | |
tree | fecee2545c8f6a938072f96a9bb3a65ceffdba7a /devel/gputils/Makefile | |
parent | 18c7980690eb9e45d42dae4ae1db1e9c6c972fe0 (diff) | |
download | freebsd-ports-gnome-4fb98f6b549de2081149bbcb189e7dcba97a164f.tar.gz freebsd-ports-gnome-4fb98f6b549de2081149bbcb189e7dcba97a164f.tar.zst freebsd-ports-gnome-4fb98f6b549de2081149bbcb189e7dcba97a164f.zip |
Upgrade to gputils 0.11.0.
PR: ports/50080
Submitted by: Samuel Tardieu <sam@inf.enst.fr> (MAINTAINER)
Diffstat (limited to 'devel/gputils/Makefile')
-rw-r--r-- | devel/gputils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gputils/Makefile b/devel/gputils/Makefile index 51b3b48c5780..4695dde3b0bb 100644 --- a/devel/gputils/Makefile +++ b/devel/gputils/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gputils -PORTVERSION= 0.10.3 +PORTVERSION= 0.11.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ COMMENT= GPUTILS is a set of utilities for Microchip PIC microcontrollers GNU_CONFIGURE= yes -MAN1= gpasm.1 gpdasm.1 gputils.1 gpvc.1 +MAN1= gpasm.1 gpdasm.1 gplib.1 gplink.1 gputils.1 gpvc.1 gpvo.1 post-install: .if !defined(NOPORTDOCS) |