diff options
author | jeh <jeh@FreeBSD.org> | 2002-10-28 21:47:44 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2002-10-28 21:47:44 +0800 |
commit | 0b1f2808029d5d8b0a340cb4916099bcfaa83248 (patch) | |
tree | 07668680ee697c52ee37d1e826d642edffc7ed1c /misc/amanda-server/Makefile | |
parent | 2e1781c52bb7dac72190f46f3cbba30a86769bff (diff) | |
download | freebsd-ports-gnome-0b1f2808029d5d8b0a340cb4916099bcfaa83248.tar.gz freebsd-ports-gnome-0b1f2808029d5d8b0a340cb4916099bcfaa83248.tar.zst freebsd-ports-gnome-0b1f2808029d5d8b0a340cb4916099bcfaa83248.zip |
Update to the released version 2.4.3. This cause a bump of PORTEPOCH
Diffstat (limited to 'misc/amanda-server/Makefile')
-rw-r--r-- | misc/amanda-server/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 9de0d2080bb6..61c7ffc4e86c 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -6,8 +6,9 @@ # PORTNAME?= ${MASTERPORTNAME} -PORTVERSION= 2.4.3b4 +PORTVERSION= 2.4.3 PORTREVISION?= 0 +PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= amanda @@ -60,7 +61,7 @@ CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ MAN8= amadmin.8 amcheck.8 amcheckdb.8 amcleanup.8 amdd.8 \ amdump.8 amflush.8 amgetconf.8 amlabel.8 ammt.8 \ amoverview.8 amreport.8 amrmtape.8 amstatus.8 \ - amtape.8 amtoc.8 amverify.8 + amtape.8 amtoc.8 amverify.8 amverifyrun.8 .if defined (WITH_PLOT) BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot |