diff options
Diffstat (limited to 'german')
-rw-r--r-- | german/bugzilla44/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/german/bugzilla44/Makefile b/german/bugzilla44/Makefile index cca8d477cf3e..28acd3c867c2 100644 --- a/german/bugzilla44/Makefile +++ b/german/bugzilla44/Makefile @@ -2,6 +2,7 @@ PORTNAME= bugzilla PORTVERSION= 4.4.6 +PORTREVISION= 1 CATEGORIES= german MASTER_SITES= SF MASTER_SITE_SUBDIR=bugzilla-de/${PORTVERSION:R}/${PORTVERSION} @@ -16,7 +17,7 @@ NO_WRKSUBDIR= yes # adjust BZ_REVNUM if bugzilla revision was incremented and there are no # changes in bugzilla/templates/en. If not used simply comment the line. -#BZ_REVNUM= 5 +BZ_REVNUM= 7 .include "${.CURDIR}/../../devel/bugzilla44/Makefile.common" |