aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2013-02-18 02:49:59 +0800
committerolgeni <olgeni@FreeBSD.org>2013-02-18 02:49:59 +0800
commit9b739cf29d8944b3badba06232cccdc3fefc34af (patch)
treeab7bc7ca97f688071fbade0ea1553f5ffb4755dd /java
parent744ef3e5c70390bf845ac6f19c85c5dbee43e7cd (diff)
downloadfreebsd-ports-gnome-9b739cf29d8944b3badba06232cccdc3fefc34af.tar.gz
freebsd-ports-gnome-9b739cf29d8944b3badba06232cccdc3fefc34af.tar.zst
freebsd-ports-gnome-9b739cf29d8944b3badba06232cccdc3fefc34af.zip
Fix LATEST_LINK.
Diffstat (limited to 'java')
-rw-r--r--java/springframework31/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/springframework31/Makefile b/java/springframework31/Makefile
index a7f771831c08..99fa08af97ad 100644
--- a/java/springframework31/Makefile
+++ b/java/springframework31/Makefile
@@ -12,6 +12,8 @@ COMMENT= The Spring Framework for Java
WRKSRC= ${WRKDIR}/spring-framework-${PORTVERSION}.RELEASE
+LATEST_LINK= springframework31
+
CONFLICTS= springframework-3.2.*
NO_BUILD= yes
g. * Reset alex@bsdguru.org due to maintainer-timeouts and no response to email.linimon2008-09-035-5/+5 | | | | Hat: portmgr * The KDE FreeBSD team is proud to announce the releasemiwi2008-08-292-3/+6 | | | | | | | | | | | | | | | | | | | of KDE 3.5.10 for FreeBSD. The official KDE 3.5.10 release notes can be found at: http://www.kde.org/announcements/announce-3.5.10.php While not a very exciting release in terms of features, 3.5.10 brings a couple of nice bugfixes and translation updates to those who choose to stay with KDE 3.5. The fixes are thinly spread across KPDF with a number of crash fixes, KGPG and probably most interesting various fixes in kicker, KDE3's panel: * Improved visibility on transparent backgrounds * Themed arrow buttons in applets that were missing them * Layout and antialiasing fixes in various applets Approved by: portmgr (erwin/pav) * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) * The KDE FreeBSD team is proud to announce the releasemiwi2008-08-182-10/+66 | | | | | | | | | | | | | | | | of KDE 3.5.9 for FreeBSD. The official KDE 3.5.9 release notes can be found at: http://www.kde.org/announcements/announce-3.5.9.php After the KDE 4.1.0 import the team found time to make KDE 3.5.9 ready for the Ports tree. KDE 3.5.9 was released six months ago and 3.5.10 is coming soon. We are not sure we have time to get 3.5.10 for FreeBSD 7.1/6.4 release, but we would have minimum 3.5.9 for those people who prefer to stay with KDE3. Of course Thanks to all Testers. * - Fix categoriemiwi2008-08-101-1/+1 | | | | Reported by: erwin * The KDE FreeBSD team is proud to announce the release of KDE 4.1.0miwi2008-08-105-1506/+219 | | | | | | | | | | | | | | | | | | | | | for FreeBSD. The official KDE 4.1.0 release notes can be found at http://www.kde.org/announcements/4.1/. Some note: * Prefix KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4. KDE4 and KDE3 can co-exist * Sound For sound to work, it is necessary to have dbus and hal enabled in your system. Please see the respective documentation on how to enable these. For more Informations see the HEADS UP at ports@ and kde-freebsd@ or our wiki page http://wiki.freebsd.org/KDE4/Install. Have fun! * - Update to 1.8.1.lippe2008-07-272-5/+4 | | | | | | PR: ports/125471 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> Approved by: gabor (mentor, implicit), maintainer timeout (>2 weeks) * - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-252-2/+0 | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT * - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-251-2/+2 | | | | MAKE_ENV * - Update to 0.6.0.2rafan2008-07-143-41/+8 | | | | | PR: ports/125473 Submitted by: Marcin Wisnicki <mwisnicki+freebsd at gmail.com> (maintainer) * Fix pkg-plistedwin2008-07-051-0/+2 | | | | Noticed by: ionbot. * Add QT component rccedwin2008-07-051-1/+1 | | | | Noticed by: IonBot * [NEW PORT] polish/qnapiedwin2008-07-059-0/+151 | | | | | | | | | This is port of polish subtitle distribution project Qt4 client. WWW: http://krzemin.iglu.cz/?page_id=29 PR: ports/122909 Submitted by: "Pawel Pekala" <c0rn@o2.pl> * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-066-3/+6 | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) * - Unbreak after latest polish/libgadu commitrafan2008-05-192-33/+15 | | | | | | | | - Fix GNOME icon and desktop - Bump PORTREVISION PR: ports/123716 Submitted by: Piotr Smyrak <smyru at heron.pl> (maintainer) * - Fix SSL bug and unbreak polish/gnugadu2 too.lippe2008-05-171-3/+14 | | | | | | PR: ports/122394 Submitted by: "Aleksander Fafula" <aleksander.fafula@gmail.com> Approved by: araujo (mentor), maintainer timeout (> 2 weeks) * - Add openssl optionbeech2008-04-241-2/+7 | | | | | | | | - Bump portrevision PR: ports/120688 Submitted by: "Bart&#322;omiej Syryjczyk" <guzik@zst.edu.pl> Approved by: maintainer timeout (2 Months) * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-205-13/+11 | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) * - Mark BROKEN: does not configurepav2008-04-171-0/+2 | * - Fix build with gcc 4rafan2008-04-041-0/+14 | | | | | PR: ports/122393 Submitted by: Marcin Wisnicki <mwisnicki+freebsd at gmail.com> (maintainer) * - Update to 0.6.0pav2008-03-275-134/+325 | | | | | PR: ports/122021 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (maintainer) * - Add missing dependensmiwi2008-03-271-1/+2 | | | | | | - Bump PORTREVISION Submitted by: pointyhat via pav * - Upgrade to 1.8.0.lippe2008-03-264-12/+19 | | | | | | | | | | | - Use PLIST_FILES and remove pkg-plist. - Fix WWW in pkg-descr. - Add SSL support. PR: ports/121303 Submitted by: Aleksander Fafula <alex@fafula.com> (maintainer) Reviewed by: Marcin Wisnicki <mwisnicki@gmail.com> Approved by: gabor (mentor), Aleksander Fafula <alex@fafula.com> (maintainer) * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-1/+0 | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-231-1/+0 | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) * Update to KDE 3.5.8lofi2007-10-304-8/+62 | * Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-253-13/+3 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 * Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-3/+0 | * - Update to 0.1.1.trasz2007-09-083-6/+7 | | | | | | PR: ports/116173 Submitted by: trasz Approved by: maintainer (via irc), miwi (mentor, implicit) * - Update to 2.3.0miwi2007-07-273-16/+4 | | | | | PR: 114942 Submitted by: Piotr Smyrak <smyru@heron.pl> (maintainer) * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0 | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run * Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-0412-25/+272 | * - Update to 1.7itetcu2007-06-113-20/+11 | | | | | | | - Fix manpaths PR: ports/113224 Submitted by: Jan Srzednicki (maintainer) * Update to 1.7.1itetcu2007-06-112-4/+4 | | | | | PR: ports/113223 Submitted by: Jan Srzednicki (maintainer) * - Welcome X.org 7.2 \o/.flz2007-05-2011-5/+10 | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. * - Update to 20070303.trasz2007-04-206-35/+125 | | | | | | PR: ports/111268 Submitted by: trasz Approved by: maintainer (mentor miwi) * - When devel/libexecinfo presents, configure script detects but does notrafan2007-04-172-4/+10 | | | | | | | | | | | set LDFLAGS correctly. Therefore, unconditionally depends on libexecinfo and set correct LDFLAGS. - Disable libungif, libjpeg, and openssl support since they are disabled in libgadu PR: ports/110453 Submitted by: mwisnicki at gmail.com Approved by: maintainer timeout (1 month) * - Fix after objformat removalpav2007-03-281-7/+4 | | | | Reported by: pointyhat * Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-1413-21/+512 | * - Update 1.7 rc3rafan2007-03-122-6/+6 | | | | | | | - Make it fetchable again PR: ports/110202 Submitted by: maintainer (different address) * - Update to 1.7 RC2rafan2007-02-253-18/+34 | | | | | | | - Remove default aspell. Add option for that. PR: ports/109487 Submitted by: Aleksander Fafula (maintainer) * - Update to 0.5.0rafan2007-02-256-371/+827 | | | | | | | | | - Drop 4.x support - Add precompiled header support for faster build - Add option to install old set of emoticons PR: ports/109492 Submitted by: Marcin Wisnicki <mwisnicki+freebsd at gmail.com> (maintainer) * - Update to 1.7.0rafan2007-02-244-37/+9 | | | | | | PR: ports/108989 Submitted by: Marcin Wisnicki <mwisnicki+freebsd at gmail.com> Approved by: maintainer via irc * - Update to 2.1.0pav2007-02-082-4/+4 | | | | | PR: ports/108834 Submitted by: Krzysztof Kowalewski <pyzmen@kam.pl> (maintainer) * Update to 2.0.4rc2itetcu2006-12-282-5/+4 | | | | | PR: ports/107276 Submitted by: Krzysztof Kowalewski (maintainer) * Update to KDE 3.5.5 / KOffice 1.6.1lofi2006-12-2013-18/+507 | | | | Approved by: portmgr * Update the ftp/curl port to 7.16.0.roam2006-12-131-1/+2 | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports * - Update to 6.0.20061121miwi2006-12-133-4/+5 | | | | | PR: ports/106575 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> * - Respect X11BASErafan2006-12-031-0/+3 | | | | | | PR: ports/106228 Submitted by: rafan Approved by: Maciek Korze <maciek at korzen.org> (maintainer) * - Add OPTIONS to enable optional modules for: spellchecker, esound, arts, tabspav2006-11-204-4/+95 | | | | | | | | in chat windows PR: ports/105109 Submitted by: Pawel Pekala <c0rn@o2.pl> Approved by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (maintainer) * Update master site.lawrance2006-11-051-2/+2 | | | | | | | s/INSTALLS_SHLIB/USE_LDCONFIG/ PR: ports/104655 Submitted by: Aleksander Fafula <alex@fafula.com> (maintainer)