aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/psim-freebsd
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2009-12-29 17:22:30 +0800
committerobrien <obrien@FreeBSD.org>2009-12-29 17:22:30 +0800
commitf8e277a7e18e99abb9ebc384e8dca685066171a9 (patch)
tree96f75366e10e79c0eaa4fc22a9c7fdb0ec47a67b /emulators/psim-freebsd
parentb00f6a12730e9e7c4d0b75070f3e07ccc020215e (diff)
downloadfreebsd-ports-gnome-f8e277a7e18e99abb9ebc384e8dca685066171a9.tar.gz
freebsd-ports-gnome-f8e277a7e18e99abb9ebc384e8dca685066171a9.tar.zst
freebsd-ports-gnome-f8e277a7e18e99abb9ebc384e8dca685066171a9.zip
Upgrade to version 7.0.1 (or 6.6 if "WITHOUT_GPLv3" is defined).
PR: 140181 Submitted by: ehaupt (v6.6)
Diffstat (limited to 'emulators/psim-freebsd')
-rw-r--r--emulators/psim-freebsd/Makefile10
-rw-r--r--emulators/psim-freebsd/distinfo9
2 files changed, 13 insertions, 6 deletions
diff --git a/emulators/psim-freebsd/Makefile b/emulators/psim-freebsd/Makefile
index 20eb5bde0e9d..8b5d056d7bdd 100644
--- a/emulators/psim-freebsd/Makefile
+++ b/emulators/psim-freebsd/Makefile
@@ -7,11 +7,15 @@
#
PORTNAME= psim-freebsd
-PORTVERSION= 6.5
+.if defined(WITHOUT_GPLv3)
+PORTVERSION= 6.6
+.else
+PORTVERSION= 7.0.1
+.endif
PORTREVISION?= 0
CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
-MASTER_SITE_SUBDIR= gdb/old-releases
+MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR= gdb
DISTNAME= gdb-${PORTVERSION}
MAINTAINER= obrien@FreeBSD.org
diff --git a/emulators/psim-freebsd/distinfo b/emulators/psim-freebsd/distinfo
index 6697800820f3..6d12caf6e172 100644
--- a/emulators/psim-freebsd/distinfo
+++ b/emulators/psim-freebsd/distinfo
@@ -1,3 +1,6 @@
-MD5 (gdb-6.5.tar.bz2) = af6c8335230d7604aee0803b1df14f54
-SHA256 (gdb-6.5.tar.bz2) = 0011318d9720781d486c835e88b915f90f2c10e7101d648b64dd4739218d3faf
-SIZE (gdb-6.5.tar.bz2) = 14303558
+MD5 (gdb-6.6.tar.bz2) = a4df41d28dd514d64e8ccbfe125fd9a6
+SHA256 (gdb-6.6.tar.bz2) = 6e602987298db5ddb479bbb84ce653eabd9c304957a49552245f65cdc70d43bd
+SIZE (gdb-6.6.tar.bz2) = 14535755
+MD5 (gdb-7.0.1.tar.bz2) = 53ebade39bfdc1d06744e5188b6438b1
+SHA256 (gdb-7.0.1.tar.bz2) = 560c3fd0053ade6549e71bd045f70282feb88db73b35e401bbad601a311e3c1b
+SIZE (gdb-7.0.1.tar.bz2) = 17614682
ilan Crha2009-07-231-0/+2 | * Hide signatures for Anjal.Srinivasa Ragavan2009-07-221-1/+2 | * Fix composer for Anjal.Srinivasa Ragavan2009-07-221-17/+16 | * Don't warn when NM support is explicitly disabled.Matthew Barnes2009-07-221-1/+0 | * Make it possible to have send receive with out dialogSrinivasa Ragavan2009-07-222-5/+13 | * Adding org-gnome-process-meeting.error.xml to POTFILES.inChenthill Palanisamy2009-07-221-0/+1 | * Bug #588787 - Crash on search in an active account or all accountsMilan Crha2009-07-222-10/+26 | * Fix composer string for Anjal.Srinivasa Ragavan2009-07-201-5/+17 | * Add option to hide 'From' for Anjal.Srinivasa Ragavan2009-07-203-8/+32 | * Change for Anjal to support forwarding of mailsSrinivasa Ragavan2009-07-202-7/+12 | * Use the right api to check for system timezone.Chenthill Palanisamy2009-07-201-1/+8 | * Bug #583527 display reply and reply-all fields for all backends.Chenthill Palanisamy2009-07-201-2/+2 | * Add code to have optional status bar for Anjal.Srinivasa Ragavan2009-07-201-7/+16 | * Add code to handle mail-mt's requirement.Srinivasa Ragavan2009-07-202-0/+10 | * Add API for getting task count.Srinivasa Ragavan2009-07-202-1/+6 | * Fix a typo in Chen's prev commit.Srinivasa Ragavan2009-07-201-1/+0 | * Kill some obsolete utility functions.Matthew Barnes2009-07-193-204/+9 | * More whitespace cleanup.Matthew Barnes2009-07-19143-634/+632 | * Updated Spanish translationJorge González2009-07-181-1945/+1963 | * Updated Tamil translationdrtvasudevan2009-07-181-2099/+2103 | * Coding style and whitespace cleanups.Matthew Barnes2009-07-181-2/+2 | * Bug #588856 - Migration code for Google by CalDAV calendarMilan Crha2009-07-173-14/+62 | * Bug #583374 - Use CalDAV as Google's calendar backendMilan Crha2009-07-171-63/+103 | * Search bar stuff for Anjal.Srinivasa Ragavan2009-07-174-0/+82 | * Bug #266150 - In list view Delete option not working in menu and toolbarMilan Crha2009-07-171-1/+1 | * Return account check flag.Srinivasa Ragavan2009-07-162-3/+3 | * Post release version bump.EVOLUTION_2_27_4Chenthill Palanisamy2009-07-151-2/+2 | * Update the LD_CFLAGS.Chenthill Palanisamy2009-07-151-1/+1 | * Update the NEWS file for 2.27.4.1 release.Chenthill Palanisamy2009-07-151-1/+9 | * NEWS update for 2.27.4 release.Chenthill Palanisamy2009-07-151-0/+82 | * Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2009-07-152-10866/+10253 | * Update German translation of Evolution User manual.Andre Klapper2009-07-151-49/+69 | * Remove obsolete part of translator commentClaude Paroz2009-07-151-3/+0 | * Bug #214238 - Indicate unread emails in closed tree subfoldersMilan Crha2009-07-151-9/+20 | * Use reverse str lookup for email separation.Srinivasa Ragavan2009-07-151-1/+1 | * Use reverse string lookup for domain/username sepration in emailSrinivasa Ragavan2009-07-151-1/+1 | | | | breakdown. Gmail domain users have email as username. * Add an environment variable to show all errors as intrusiveChenthill Palanisamy2009-07-141-1/+20 | | | | if needed. * Pick the user_org from comp editor flags.Chenthill Palanisamy2009-07-141-1/+1 | | | | Requires some clean-up. * Do not decode the date as its already in local timezone.Chenthill Palanisamy2009-07-141-3/+1 | * Bug #586109 - [vcard-inline] Crash while rendering inline vcardMilan Crha2009-07-141-1/+5 | * Fix a compiler warningSrinivasa Ragavan2009-07-141-0/+1 | * Don't have name selector buttons for Anjal's composer but only for Evo.Srinivasa Ragavan2009-07-141-3/+3 | * Add tip to specify port as part of the server name. String suggestionSrinivasa Ragavan2009-07-142-83/+266 | | | | from Matthew Barnes. * Version check for the deprecation workaround was off by one.Matthew Barnes2009-07-141-2/+2 | * Bug 588277 – Unnecessary special-purpose configure flagMatthew Barnes2009-07-143-18/+3 | * Bug 588018 – NetworkManager & DBUS build check rewriteH.Habighorst2009-07-145-361/+297 | * Work around deprecation of g_mount_unmount().Matthew Barnes2009-07-141-0/+8 | * Bug #555326 - Suppress Del key press in Contacts source selectorMarcel Stimberg2009-07-131-1/+1 | * Bug #586958 - Too long texts instartup wizardMichael Terry2009-07-132-5/+5 | | | | | | | | | | | [PATCH 1/2] [restore-backup] Make intro text wrap The introductory text to the 'Restore from backup' page is too long, especially in some languages. This patch wraps the label as other labels in the startup wizard are wrapped. [PATCH 2/2] Don't break long labels unnecessarily A few strings had unnecessary end lines in them, which fight with the natural line-wrap algorithm. * Fix excessive whitespace.Matthew Barnes2009-07-13