summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-07Edited DESCR in the case of:rodent91-1240/+691
File too long (should be no more than 24 lines). Line too long (should be no more than 80 characters). Trailing empty lines. Trailing white-space. Trucated the long files as best as possible while preserving the most info contained in them.
2013-04-07Revert.asau1-2/+2
This violates title general style: "f2c" starts "with capital letter" since it is a sort of personal name.
2013-04-07Revert. Don't introduce stupid abbreviations where it is not needed.asau1-2/+2
2013-04-07Revert. "GBS" is not acceptable abbreviation here.asau1-2/+2
2013-04-07Updated www/seamonkey to 2.17ryoon1-1/+2
2013-04-07Update to 2.17ryoon16-300/+337
* I will check the build on NetBSD 5.2 later... Changelog: Continued performance improvements around common browser tasks (page loads, downloads, shutdown, etc.). Continued implementation of draft ECMAScript 6 (clear() and Math.imul). <canvas> now supports blend modes. Various <audio> and <video> improvements have been implemented. The Details button on the Crash Reporter has been fixed (bug 793972). Fixed several stability issues. Fixed in SeaMonkey 2.17 MFSA 2013-40 Out-of-bounds array read in CERT_DecodeCertPackage MFSA 2013-39 Memory corruption while rendering grayscale PNG images MFSA 2013-38 Cross-site scripting (XSS) using timed history navigations MFSA 2013-37 Bypass of tab-modal dialog origin disclosure MFSA 2013-36 Bypass of SOW protections allows cloning of protected nodes MFSA 2013-35 WebGL crash with Mesa graphics driver on Linux MFSA 2013-34 Privilege escalation through Mozilla Updater MFSA 2013-31 Out-of-bounds write in Cairo library MFSA 2013-30 Miscellaneous memory safety hazards (rv:20.0 / rv:17.0.5) Fixed in SeaMonkey 2.16.1 MFSA 2013-29 Use-after-free in HTML Editor
2013-04-07tools.Minix.mk: Add new tools, update paths, and put in alpha order.tcort1-16/+25
OK by wiz.
2013-04-07Revert: these packages are marked OWNER= for a reason!jnemeth2-6/+4
pkglint warnings aren't gospel! They need to be verified in an intelligent manner. After variable substitution, the lines will be shorter then 80 characters, thus there was no need to shorten them.
2013-04-07Updated devel/mercurial to 2.5.4wiz2-3/+3
2013-04-07Update to 2.5.4:wiz2-6/+6
This fixes an urgent regression in merging with subrepos introduced in 2.5. applyupdates: assign variable before we try to use it (issue3855) setup.py: properly discard trust warning
2013-04-07+ eric5-5.3.2, etm2-2.1.3 [etm successor], harfbuzz-0.9.15,wiz1-9/+13
mercurial-2.5.4, nut-18.6, puzzles-9818, py-distribute-0.6.36, py-simplejson-3.1.3, python27-2.7.4, rcs-5.8.2, subversion-base-1.7.9, x264-devel-20130406.
2013-04-07Perform fetch at fetch phase.asau1-2/+8
2013-04-07"fetch" isn't a good target to fetch distfiles, it doesn't calculate digests.asau1-2/+2
Use "checksum" instead.
2013-04-07Updated wm/afterstep to 2.2.11cheusov2-3/+3
2013-04-07Updated textproc/ruby-tilt to 1.3.6obache1-1/+2
2013-04-07Update ruby-tilt to 1.3.6.obache2-6/+6
## 1.3.6 (2013-03-17) * Accept Hash that implements #path as options (#180, lawso017) * Changed extension for CsvTemplate from '.csv' to '.rcsv' (#177, alexgb)
2013-04-07Updated www/ruby-faraday to 0.8.7obache1-1/+2
2013-04-07Update ruby-faraday to 0.8.7.obache2-6/+9
* fix escape Unicode characters in Ruby 1.8.7
2013-04-07Updated www/ruby-multipart-post to 1.2.0obache1-1/+2
2013-04-07Update ruby-multipart-post to 1.2.0.obache2-6/+6
=== 1.2.0 / 2013-02-25 - #25: Ruby 2 compatibility (thanks mislav)
2013-04-07Updated sysutils/ruby-notify to 0.5.1obache1-1/+2
2013-04-07Update ruby-notify to 0.5.1.obache3-8/+9
0.5.1 * Add icon option to notify-send and kdialog * Allow app_name in Growl notifications 0.5.0 * Fix ruby-growl adapter to work with new Growl protocol
2013-04-07Fix build failure with png-1.5. Update to 2.2.11cheusov14-2099/+570
2013-04-07Updated converters/skf to 1.99.2obache1-1/+2
2013-04-07Updatge skf to 1.99.2.obache3-12/+12
* fix MinGW compilation * ruby 2.0 support * fix type conflict on output side
2013-04-07Fix PKG_OPTIONS.nmap=ndiff to include python/application.mk - previouslyabs2-9/+9
would only work when set in addition to PKG_OPTIONS.zenmap
2013-04-07correct format fix miss replacing "=" with a space.obache1-2/+2
2013-04-07Fix build on OS X 10.6.8, from <https://trac.macports.org/ticket/38588>.schmonz2-1/+30
2013-04-07defined() on aggregates is deprecated. Bump PKGREISION.markd3-3/+22
2013-04-07Remove an ${OPSYS} that snuck into the PLIST.markd2-3/+5
Disable building tests as fail to build on DragonFly. No PKGREVISION bump as no change to binary package.
2013-04-06"Each sed command should appear in an assignment of its own."rodent38-176/+183
2013-04-06Resolves:rodent94-185/+188
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
2013-04-06"INFO_FILES should be set to YES or yes."rodent1-1/+1
2013-04-06'The "+=" operator should only be used with lists.'rodent12-26/+26
2013-04-06The newer versions of solaris studio compilers install by default intotez1-1/+4
/opt/solstudioNN.N rather than /opt/SUNWspro so look there too.
2013-04-06'You can use "foo" instead of "${WRKSRC}/foo".'rodent52-115/+115
2013-04-06'Please use ${ECHO} instead of "echo".'rodent25-90/+90
'Please use ${ECHO_N} instead of "echo -n".'
2013-04-06Use DEFAULT_DISTFILES instead of ${DISTNAME}${EXTRACT_SUFX} as suggestedrodent1-2/+2
by obache@ - originally, pkglint didn't like $(DISTNAME)$(EXTRACT_SUFX)
2013-04-06Reverted HOMEPAGE as recommended by taca@rodent2-4/+4
2013-04-06"Packages that install libtool libraries should define USE_LIBTOOL."rodent17-93/+109
2013-04-06Various MASTER_SITES-related fixes.rodent21-84/+79
2013-04-06"This line belongs inside the .ifdef block."rodent30-89/+90
2013-04-06Readded entries removed in error. :(rodent1-1/+5
2013-04-06".for variable names should not contain uppercase letters"rodent21-110/+110
2013-04-06"Please write NetBSD.org instead of netbsd.org"rodent17-34/+34
2013-04-06$(DISTNAME)$(EXTRACT_SUFX) is not a valid DISTFILE, but perhapsrodent1-2/+2
${DISTNAME}${EXTRACT_SUFX} is.
2013-04-06Set EXTRACT_SUFX here intead of Makefile.common, so it's overridden inrodent2-2/+4
fewer places.
2013-04-06'EXTRACT_SUFX is ".tar.gz" by default, so this definition may berodent17-56/+39
redundant.' - It was. Removed.
2013-04-06Fix the fix:hauke1-4/+3
No Extendes Attributes for NetBSD < 6.99.*, so ad(1) does not get built, and should not appear in PLIST.
2013-04-06Updated devel/libffi to 3.0.13obache2-3/+3