diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-07-19 05:56:02 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-07-19 05:56:02 +0800 |
commit | ede25bf5402af2acfe70212db77b0eae538f2964 (patch) | |
tree | f21e78bad1bc2b5b3e6374756b58e1a008725462 /devel/bugzilla3 | |
parent | 8d43e750da3a5ad3073caa02534d26e12f019b54 (diff) | |
download | freebsd-ports-gnome-ede25bf5402af2acfe70212db77b0eae538f2964.tar.gz freebsd-ports-gnome-ede25bf5402af2acfe70212db77b0eae538f2964.tar.zst freebsd-ports-gnome-ede25bf5402af2acfe70212db77b0eae538f2964.zip |
- create missing (empty) directory (bugzilla) so checksetup does not fail
- use DIST_SUBDIR for bugzilla and all translations
- sort pkg-plist (genplist)
OK from bugzilla maintainers per PM.
PR: ports/158766
Submitted by: ohauer
Diffstat (limited to 'devel/bugzilla3')
-rw-r--r-- | devel/bugzilla3/Makefile.common | 2 | ||||
-rw-r--r-- | devel/bugzilla3/distinfo | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/bugzilla3/Makefile.common b/devel/bugzilla3/Makefile.common index 6ec6a277c2be..1bb4634ba701 100644 --- a/devel/bugzilla3/Makefile.common +++ b/devel/bugzilla3/Makefile.common @@ -2,6 +2,8 @@ # $FreeBSD$ # +DIST_SUBDIR= ${PORTNAME} + CONFLICTS= bugzilla-4.* PORTSCOUT= limitw:1,even diff --git a/devel/bugzilla3/distinfo b/devel/bugzilla3/distinfo index 73acd978fa99..6c6b98b10392 100644 --- a/devel/bugzilla3/distinfo +++ b/devel/bugzilla3/distinfo @@ -1,2 +1,2 @@ -SHA256 (bugzilla-3.6.5.tar.gz) = 5f4cd43462110d5deef18454cfa52377c7123eabcca477a747982a52447da5f3 -SIZE (bugzilla-3.6.5.tar.gz) = 2633125 +SHA256 (bugzilla/bugzilla-3.6.5.tar.gz) = 5f4cd43462110d5deef18454cfa52377c7123eabcca477a747982a52447da5f3 +SIZE (bugzilla/bugzilla-3.6.5.tar.gz) = 2633125 |