--- src/www/htdocs/favorites.rpy.orig 2009-02-19 12:59:44.000000000 -0500 +++ src/www/htdocs/favorites.rpy 2010-02-19 11:03:40.000000000 -0500 @@ -115,9 +115,9 @@ fv.tableRowClose() def sortByPriority(a,b): - if (a.priority < b.priority): + if (int(a.priority) < int(b.priority)): return -1 - elif (a.priority > b.priority): + elif (int(a.priority) > int(b.priority)): return 1 else: return 0 d-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/editors/calligra-l10n-ca_valencia
Commit message (Expand)AuthorAgeFilesLines
* - Bump PORTREVISION after KDE4_PREFIX changemakc2014-02-18 +0800'>2012-08-043-4/+4
* - Update to 1.1.1nivit2012-08-042-12/+41
* Always build manpages.brooks2012-08-042-4/+9
* Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my portsgarga2012-08-031-2/+2
* Fix pkg-plist.bsam2012-08-031-0/+3
* - Update to 0.5.6pgj2012-08-032-3/+3
* - Update 0.3.2.4pgj2012-08-032-4/+3
* - Update to 0.3.8pgj2012-08-032-3/+3
* - Update to 0.1.4.3pgj2012-08-033-7/+6
* - Update to 1.2.0.2pgj2012-08-032-3/+3
* - Update to 0.3.3.1pgj2012-08-032-5/+5
* - Update to 0.5.8pgj2012-08-033-6/+5
* - Update to 1.2.0.1pgj2012-08-032-4/+4
* - Update to 0.4.1pgj2012-08-032-3/+3
* - Update to 0.10.1pgj2012-08-032-4/+3
* - Update to 1.14pgj2012-08-032-3/+3
* - Update to 0.3.5.2pgj2012-08-032-4/+3
* - Update to 1.2.6.10pgj2012-08-032-3/+3
* - Update to 0.1.2.0pgj2012-08-032-3/+3
* - Update to 0.1.1.5pgj2012-08-032-4/+3
* - Use the new options frameworkpgj2012-08-031-1/+1
* - Use the new options frameworkpgj2012-08-031-21/+18
* - Teach the Haskell Cabal ports to use the new options frameworkpgj2012-08-03131-136/+176
* Update to 207awxs2012-08-035-6/+32
* Clarify a comment and incorporate a couple of patches.wxs2012-08-032-5/+8
* - Fix typos in COMMENTcs2012-08-0220-20/+20
* - Fix file permissions for py2stdlib modulemva2012-08-021-1/+7
* Update to 20120802daichi2012-08-023-3/+15
* - Update to 0.08sunpoet2012-08-023-18/+7
* - Add p5-Sub-Exporter-Progressive 0.001002sunpoet2012-08-025-0/+51
* - Update to 1.26sunpoet2012-08-022-5/+4
* - Update to 0.4.14zi2012-08-022-3/+3
* Update to 4.9.2flo2012-08-022-4/+3
* - Update to 1.1.0 [1]culot2012-08-022-4/+10
* - Update to 1.5culot2012-08-026-37/+62
* - Bump PORTREVISION to chase Emacs port updatesashish2012-08-028-8/+8
* Un-version LIB_DEPENDSmartymac2012-08-011-4/+4
* - update to 0.9.4jgh2012-08-012-3/+3
* Add NO_PROFILE=yes to these Makefiles to prevent building/installing themi2012-08-011-0/+1
* Fix plistbapt2012-07-311-1/+1
* Fix plist (and .pc file location)bapt2012-07-312-0/+6
* - Restore PORTEPOCHsunpoet2012-07-311-0/+1
* Update to version 4.5.5.bsam2012-07-313-4/+3
* - fix checking for correct version of py-beautifulsoup once againrm2012-07-311-1/+1
* Mirror back, apparently we still got some problems fetching from github frombapt2012-07-311-1/+2
* Fix typo/logic after conversion to new option frameworkmakc2012-07-311-3/+3
* Use asolute path for PLIST (prepend ${PKGDIR} to PLIST).bsam2012-07-312-2/+2
* - Update to 1.014sunpoet2012-07-312-5/+5
* - Use DISTVERSIONPREFIX instead of DISTVERSIONsunpoet2012-07-31