Author: alexander Date: 2006-04-02 21:09:05 -0600 (Sun, 02 Apr 2006) New Revision: 1461
Modified: branches/udev_update/packages/expat/Makefile branches/udev_update/packages/fonts-dejavu/Makefile branches/udev_update/packages/gc/Makefile branches/udev_update/packages/hdparm/Makefile Log: Package version updates Modified: branches/udev_update/packages/expat/Makefile =================================================================== --- branches/udev_update/packages/expat/Makefile 2006-04-02 11:34:51 UTC (rev 1460) +++ branches/udev_update/packages/expat/Makefile 2006-04-03 03:09:05 UTC (rev 1461) @@ -1,12 +1,12 @@ # Expat Makefile NM= expat -VRS= 1.95.8 +VRS= 2.0.0 DIR= $(NM)-$(VRS) -FILE= $(DIR).tar.bz2 -URL-$(FILE)= $(HTTPBLFS)/$(NM)/$(FILE) -SHA-$(FILE)= a05bef2d12056162becb6ac631c31e45acd76ce2 +FILE= $(DIR).tar.gz +URL-$(FILE)= http://ufpr.dl.sourceforge.net/sourceforge/expat/$(FILE) +SHA-$(FILE)= 9ff011a75a1f5b60145c4afdec520442cb398d93 include $(CROSSVARS) Modified: branches/udev_update/packages/fonts-dejavu/Makefile =================================================================== --- branches/udev_update/packages/fonts-dejavu/Makefile 2006-04-02 11:34:51 UTC (rev 1460) +++ branches/udev_update/packages/fonts-dejavu/Makefile 2006-04-03 03:09:05 UTC (rev 1461) @@ -1,13 +1,13 @@ # DejaVu fonts Makefile NM= dejavu-ttf -VRS= 2.2 +VRS= 2.4.1 DIR= $(NM)-$(VRS) LOCATION= /usr/share/fonts FILE= $(DIR).tar.gz URL-$(FILE)= http://heanet.dl.sourceforge.net/sourceforge/dejavu/$(FILE) -SHA-$(FILE)= fe40a63e3c2d0a69545662dd44e7980a3c810306 +SHA-$(FILE)= 29a4a7248bdfe5c298ef0efc2d7ebfc38827b66d # Targets @@ -17,7 +17,7 @@ chroot "$(MP)" $(chenv-blfs) \ 'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)' -stage2: Makefile $(FILE) $(FILE1) +stage2: Makefile $(FILE) $(std_build) compile-stage2: Modified: branches/udev_update/packages/gc/Makefile =================================================================== --- branches/udev_update/packages/gc/Makefile 2006-04-02 11:34:51 UTC (rev 1460) +++ branches/udev_update/packages/gc/Makefile 2006-04-03 03:09:05 UTC (rev 1461) @@ -1,12 +1,12 @@ # Boehm GC Makefile NM= gc -VRS= 6.5 +VRS= 6.7 DIR= $(NM)$(VRS) FILE= $(DIR).tar.gz URL-$(FILE)= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/$(FILE) -SHA-$(FILE)= 1227e4d5d156bdc56ade82043e1d03d2cf35bef5 +SHA-$(FILE)= 22d7f81bf141bd1df8fe7a692e80b03754717498 # Targets Modified: branches/udev_update/packages/hdparm/Makefile =================================================================== --- branches/udev_update/packages/hdparm/Makefile 2006-04-02 11:34:51 UTC (rev 1460) +++ branches/udev_update/packages/hdparm/Makefile 2006-04-03 03:09:05 UTC (rev 1461) @@ -1,12 +1,12 @@ # hdparm Makefile NM= hdparm -VRS= 6.1 +VRS= 6.6 DIR= $(NM)-$(VRS) -FILE= $(DIR).tar.bz2 -URL-$(FILE)= $(HTTPBLFS)/$(NM)/$(FILE) -SHA-$(FILE)= 7881b9ad0319485ef49d7a622d63556cbcb9e741 +FILE= $(DIR).tar.gz +URL-$(FILE)= http://easynews.dl.sourceforge.net/sourceforge/hdparm/$(FILE) +SHA-$(FILE)= 8d288e0c22d7ff5968f5fa507bbf56703b2f6ed9 # Targets -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
