diff options
author | pav <pav@FreeBSD.org> | 2006-05-01 22:58:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-01 22:58:57 +0800 |
commit | cf2da764413ef56ff9e0a36302ccf81259b8cbbb (patch) | |
tree | 1cbe81f3d080ce5ebdaa4407a7f5f7b88f09ecfd /misc/nut/Makefile | |
parent | 01fd2f93a73b34db56eab7e84d9d4a2a9a0d09e6 (diff) | |
download | freebsd-ports-gnome-cf2da764413ef56ff9e0a36302ccf81259b8cbbb.tar.gz freebsd-ports-gnome-cf2da764413ef56ff9e0a36302ccf81259b8cbbb.tar.zst freebsd-ports-gnome-cf2da764413ef56ff9e0a36302ccf81259b8cbbb.zip |
- Update to 11.4
- Take maintainership
PR: ports/96561
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Diffstat (limited to 'misc/nut/Makefile')
-rw-r--r-- | misc/nut/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/nut/Makefile b/misc/nut/Makefile index 8b40972a317d..3c51983ed32a 100644 --- a/misc/nut/Makefile +++ b/misc/nut/Makefile @@ -6,19 +6,18 @@ # PORTNAME= nut -PORTVERSION= 11.2 +PORTVERSION= 11.4 CATEGORIES= misc MASTER_SITES= http://www.lafn.org/~av832/ \ http://voodoo.bawue.com/download/ PKGNAMEPREFIX= health- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd@unixfreunde.de COMMENT= Nutrition software to record what you eat MAN1= nut.1 USE_GMAKE= yes -USE_REINPLACE= yes ALL_TARGET= ${PORTNAME} post-patch: |