notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
bugzilla-ru Russian localization for Bugzilla
4.0.5.r.20120227 russian Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.0.5.r.20120227Version of this port present on the latest quarterly branch.
Maintainer: skv@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2008-07-28 15:44:33
Last Update: 2012-08-09 20:38:50
SVN Revision: UNKNOWN
License: not specified in port
WWW:
http://sourceforge.net/projects/bugzilla-ru/
Description:
Russian localization for Bugzilla bug tracking system. WWW: http://sourceforge.net/projects/bugzilla-ru/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ru-bugzilla-ru>0:russian/bugzilla-ru
No installation instructions:
This port has been deleted.
PKGNAME: ru-bugzilla-ru
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. bugzilla>=4.0.5.r.20120227 : devel/bugzilla
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (18 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bugzilla/
  2. http://freefr.dl.sourceforge.net/project/bugzilla-ru/bugzilla-4.0-ru/4.0.5/
  3. http://heanet.dl.sourceforge.net/project/bugzilla-ru/bugzilla-4.0-ru/4.0.5/
  4. http://internode.dl.sourceforge.net/project/bugzilla-ru/bugzilla-4.0-ru/4.0.5/
  5. http://iweb.dl.sourceforge.net/project/bugzilla-ru/bugzilla-4.0-ru/4.0.5/
  6. http://jaist.dl.sourceforge.net/project/bugzilla-ru/bugzilla-4.0-ru/4.0.5/
  7. http://kent.dl.sourceforge.net/project/bugzilla-ru/bugzilla-4.0-ru/4.0.5/
  8. http://nchc.dl.sourceforge.net/project/bugzilla-ru/bugzilla-4.0-ru/4.0.5/
  9. http://ncu.dl.sourceforge.net/project/bugzilla-ru/bugzilla-4.0-ru/4.0.5/
  10. http://osdn.dl.sourceforge.net/project/bugzilla-ru/bugzilla-4.0-ru/4.0.5/
  11. http://softlayer.dl.sourceforge.net/project/bugzilla-ru/bugzilla-4.0-ru/4.0.5/
  12. http://sunet.dl.sourceforge.net/project/bugzilla-ru/bugzilla-4.0-ru/4.0.5/
  13. http://surfnet.dl.sourceforge.net/project/bugzilla-ru/bugzilla-4.0-ru/4.0.5/
  14. http://switch.dl.sourceforge.net/project/bugzilla-ru/bugzilla-4.0-ru/4.0.5/
  15. http://transact.dl.sourceforge.net/project/bugzilla-ru/bugzilla-4.0-ru/4.0.5/
  16. http://ufpr.dl.sourceforge.net/project/bugzilla-ru/bugzilla-4.0-ru/4.0.5/
  17. http://voxel.dl.sourceforge.net/project/bugzilla-ru/bugzilla-4.0-ru/4.0.5/
  18. http://waix.dl.sourceforge.net/project/bugzilla-ru/bugzilla-4.0-ru/4.0.5/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.0.5.r.20120227
09 Aug 2012 20:38:50
Original commit files touched by this commit
ohauer search for other commits by this committer
- update russian bugzilla templates to current version
- remove redundand PKGNAMESUFFIX (-ru) since we have already PKGNAMEPREFIX?=ru-
- use PORTVERSION and DISTNAME instead DISTVERSION so we end up with a pretty
  PKGNAME and INDEX entry

  Example output for bugzilla:
  make -V PKGNAME
   ru-bugzilla-4.0.7 (now)
   ru-bugzilla-ru-4.0.7.r.201200809 (before)

 The changes where done with the view to pkgNG, so users can do an easy
 install/update of the package.

Approved by:	skv (impicit)
4.0.5.r.20120227
10 Apr 2012 05:15:48
Original commit files touched by this commit
ohauer search for other commits by this committer
- update to 4.0.5

Vulnerability Details
=====================

Class:       Cross-Site Request Forgery
Versions:    4.0.2 to 4.0.4, 4.1.1 to 4.2rc2
Fixed In:    4.0.5, 4.2
Description: Due to a lack of validation of the enctype form
             attribute when making POST requests to xmlrpc.cgi,
             a possible CSRF vulnerability was discovered. If a user
             visits an HTML page with some malicious HTML code in it,
             an attacker could make changes to a remote Bugzilla installation
             on behalf of the victim's account by using the XML-RPC API
             on a site running mod_perl. Sites running under mod_cgi
             are not affected. Also the user would have had to be
             already logged in to the target site for the vulnerability
             to work.
References:  https://bugzilla.mozilla.org/show_bug.cgi?id=725663
CVE Number:  CVE-2012-0453

Approved by:    skv (implicit)
4.0.2.r.20110808
20 Aug 2011 17:10:12
Original commit files touched by this commit
skv search for other commits by this committer
Update to latest 20110808 translation.
4.0.1.r.20110510
18 Jul 2011 21:56:02
Original commit files touched by this commit
ohauer search for other commits by this committer
- 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
4.0.1.r.20110510
07 Jun 2011 13:30:01
Original commit files touched by this commit Sanity Test Failure
skv search for other commits by this committer
- Copy devel/bugzilla to devel/bugzilla3; russian/bugzilla-ru to
russian/bugzilla3-ru
- Update devel/bugzilla, russian/bugzilla-ru to 4.0.1
- Update devel/bugzilla3, russian/bugzilla3-ru to 3.6.5

Changes:        http://www.bugzilla.org/releases/4.0.1/release-notes.html
                http://www.bugzilla.org/releases/3.6.5/release-notes.html
3.6.3.r.20101117
12 Dec 2010 06:00:16
Original commit files touched by this commit
tota search for other commits by this committer
- Update to 3.6.3-ru-20101117

Submitted by:   ohauer (via private e-mail)
3.6.2.r.20100809
23 Oct 2010 12:52:10
Original commit files touched by this commit
skv search for other commits by this committer
Update to 3.6.2-ru-20100809
3.4.3.r.20091115_1
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
3.4.3.r.20091115
25 Mar 2010 13:25:48
Original commit files touched by this commit
tota search for other commits by this committer
- Update to 3.4.6 [1]
- Remove ja-bugzilla-2.* from CONFLICT entries of devel/bugzilla,
 devel/bugzilla2 and russian/bugzilla-ru [2]
- Change MAINTAINER address from tota@rtfm.jp to tota@FreeBSD.org

 [1] This port has been updated from the bugzilla Japanized patch to
    bugzilla Japanese language pack installation, both of which are
    maintained differently.
     * Japanized patch is not actively maintained anymore.
     * More sophisticated language pack framework has been introduced since
       Bugzilla 3.0.
 [2] This port no longer conflicts with those ports due to the new language
    pack framework.

Approved by:    maho (mentor)
3.4.3.r.20091115
12 Feb 2010 15:34:49
Original commit files touched by this commit
skv search for other commits by this committer
Update to 3.4.3-ru-20091115
3.4.2.r.20090923_1
05 Feb 2010 11:46:55
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg-8
3.4.2.r.20090923
23 Sep 2009 11:56:07
Original commit files touched by this commit
skv search for other commits by this committer
Update to 3.4.2-ru-20090923

Feature safe:   yes
3.2.r2.r.1.0
22 Aug 2009 00:35:32
Original commit files touched by this commit Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
3.2.r2.r.1.0
01 Dec 2008 15:40:15
Original commit files touched by this commit
skv search for other commits by this committer
Update to 3.2rc2-ru-1.0
3.0.4.r.1.0
09 Sep 2008 20:32:03
Original commit files touched by this commit
gahr search for other commits by this committer
- Fix depends list after devel/bugzilla update

Reported by:    QA Tindie
Approved by:    portmgr
3.0.4.r.1.0
30 Aug 2008 09:12:39
Original commit files touched by this commit
skv search for other commits by this committer
* fix condition operation in RUN_DEPENDS from "=" to "=="
* set PORTSCOUT variable
3.0.4.r.1.0
28 Jul 2008 15:44:15
Original commit files touched by this commit
skv search for other commits by this committer
Add bugzilla-ru , russian localization for Bugzilla.

Number of commits found: 17