소스 검색

* change externalurl to homepageurl

git-svn-id: trunk@12170 -
peter 16 년 전
부모
커밋
2916256b2c
50개의 변경된 파일53개의 추가작업 그리고 53개의 파일을 삭제
  1. 1 1
      packages/a52/fpmake.pp
  2. 1 1
      packages/amunits/fpmake.pp
  3. 1 1
      packages/aspell/fpmake.pp
  4. 1 1
      packages/bfd/fpmake.pp
  5. 1 1
      packages/bzip2/fpmake.pp
  6. 1 1
      packages/cairo/fpmake.pp
  7. 1 1
      packages/cdrom/fpmake.pp
  8. 1 1
      packages/chm/fpmake.pp
  9. 1 1
      packages/dbus/fpmake.pp
  10. 1 1
      packages/dts/fpmake.pp
  11. 1 1
      packages/fcl-async/fpmake.pp
  12. 1 1
      packages/fcl-base/fpmake.pp
  13. 1 1
      packages/fcl-db/fpmake.pp
  14. 1 1
      packages/fcl-fpcunit/fpmake.pp
  15. 1 1
      packages/fcl-image/fpmake.pp
  16. 1 1
      packages/fcl-json/fpmake.pp
  17. 1 1
      packages/fcl-net/fpmake.pp
  18. 1 1
      packages/fcl-passrc/fpmake.pp
  19. 1 1
      packages/fcl-process/fpmake.pp
  20. 1 1
      packages/fcl-registry/fpmake.pp
  21. 1 1
      packages/fcl-res/fpmake.pp
  22. 1 1
      packages/fcl-web/fpmake.pp
  23. 1 1
      packages/fcl-xml/fpmake.pp
  24. 1 1
      packages/fftw/fpmake.pp
  25. 1 1
      packages/fpgtk/fpmake.pp
  26. 4 4
      packages/fpmkunit/fpmake.pp
  27. 1 1
      packages/fv/fpmake.pp
  28. 1 1
      packages/gdbint/fpmake.pp
  29. 1 1
      packages/gdbm/fpmake.pp
  30. 1 1
      packages/ggi/fpmake.pp
  31. 1 1
      packages/gnome1/fpmake.pp
  32. 1 1
      packages/graph/fpmake.pp
  33. 1 1
      packages/gtk1/fpmake.pp
  34. 1 1
      packages/gtk2/fpmake.pp
  35. 1 1
      packages/hash/fpmake.pp
  36. 1 1
      packages/hermes/fpmake.pp
  37. 1 1
      packages/httpd13/fpmake.pp
  38. 1 1
      packages/httpd20/fpmake.pp
  39. 1 1
      packages/httpd22/fpmake.pp
  40. 1 1
      packages/ibase/fpmake.pp
  41. 1 1
      packages/iconvenc/fpmake.pp
  42. 1 1
      packages/imagemagick/fpmake.pp
  43. 1 1
      packages/imlib/fpmake.pp
  44. 1 1
      packages/ldap/fpmake.pp
  45. 1 1
      packages/libc/fpmake.pp
  46. 1 1
      packages/libcurl/fpmake.pp
  47. 1 1
      packages/symbolic/fpmake.pp
  48. 1 1
      packages/users/fpmake.pp
  49. 1 1
      packages/winunits-base/fpmake.pp
  50. 1 1
      packages/winunits-jedi/fpmake.pp

+ 1 - 1
packages/a52/fpmake.pp

@@ -16,7 +16,7 @@ begin
     P:=AddPackage('a52');
     P.Author := 'Library: Michel Lespinasse and Aaron Holtzman, header: Ivo Steimann';
     P.License := 'Library: GPL2 or later, header: LGPL with modification';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'A free library for decoding ATSC A/52 streams.';
     P.NeedLibC:= true;

+ 1 - 1
packages/amunits/fpmake.pp

@@ -20,7 +20,7 @@ begin
 
     P.Author := 'Nils Sjoholm';
     P.License := 'LGPL with modification';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'A set of units for Amiga OS. 68k only?';
     P.NeedLibC:= false;

+ 1 - 1
packages/aspell/fpmake.pp

@@ -20,7 +20,7 @@ begin
 
     P.Author := 'header:Aleš Katona, library: Kevin Atkinson';
     P.License := 'header: LGPL with modification, library: LGPL 2.0 or 2.1';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'The New Aspell, spelling library';
     P.NeedLibC:= true;

+ 1 - 1
packages/bfd/fpmake.pp

@@ -19,7 +19,7 @@ begin
     P.Version:='2.2.2-0';
     P.Author := 'Library: Cygnus Support, header: by Uli Tessel';
     P.License := 'Library: GPL2 or later, header: LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Binary File Descriptor library.';
     P.NeedLibC:= true;

+ 1 - 1
packages/bzip2/fpmake.pp

@@ -22,7 +22,7 @@ begin
     P.Author := 'Library: Julian R. Seward, header: Daniel Mantione';
     // 3 clause becaue "prominent notice" is not required.
     P.License := 'Library: 3 clause BSD, header: 3 clause BSD ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'BZip2 decompression unit.';
     P.NeedLibC:= true;

+ 1 - 1
packages/cairo/fpmake.pp

@@ -18,7 +18,7 @@ begin
     P.Version:='2.2.2-0';
     P.Author :=  'Library:  University of Southern California + Red Hat Inc., header: Luiz AmXrico Pereira CXmara';
     P.License := 'Library: MPL 1.1 + LGPL-2.1, header: LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'a vector graphics library with display and print output';
     P.NeedLibC:= true;

+ 1 - 1
packages/cdrom/fpmake.pp

@@ -21,7 +21,7 @@ begin
 
     P.Author := 'Michael van Canneyt';
     P.License := 'LGPL with modification';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Unit to read a CDROM disc TOC and get a list of CD Rom devices';
     P.NeedLibC:= False;

+ 1 - 1
packages/chm/fpmake.pp

@@ -21,7 +21,7 @@ begin
 
     P.Author := 'Andrew Haines';
     P.License := 'LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Standalone CHM reader and writer library';
     P.NeedLibC:= false;

+ 1 - 1
packages/dbus/fpmake.pp

@@ -20,7 +20,7 @@ begin
 
     P.Author := 'Library: Red Hat, header: Unknown (but probably Sebastian Guenther)';
     P.License := 'Library: GPL2 or later, header: LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'D-Bus message bus interface. (Pre 1.0?)';
     P.NeedLibC:= true;

+ 1 - 1
packages/dts/fpmake.pp

@@ -20,7 +20,7 @@ begin
 
     P.Author := 'Library: Gildas Bazin, header: Ivo Steinmann';
     P.License := 'Library: GPL2 or later, header: LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'a low-level interface to decoding audio frames encoded using DTS Coherent Acoustics';
     P.NeedLibC:= true;

+ 1 - 1
packages/fcl-async/fpmake.pp

@@ -20,7 +20,7 @@ begin
 
     P.Author := 'Mostly Sebastian Guenther';
     P.License := 'LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Asynchonous event management of Free Component Libraries (FCL), FPC''s OOP library.';
     P.NeedLibC:= false;

+ 1 - 1
packages/fcl-base/fpmake.pp

@@ -21,7 +21,7 @@ begin
 
     P.Author := '<various>';
     P.License := 'LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Base library of Free Component Libraries(FCL), FPC''s OOP library.';
     P.NeedLibC:= false;

+ 1 - 1
packages/fcl-db/fpmake.pp

@@ -16,7 +16,7 @@ begin
 
     P.Author := '<various>';
     P.License := 'LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Database library of Free Component Libraries(FCL), FPC''s OOP library.';
     P.NeedLibC:= false;

+ 1 - 1
packages/fcl-fpcunit/fpmake.pp

@@ -23,7 +23,7 @@ begin
 
     P.Author := ' Dean Zobec, Michael van Canneyt';
     P.License := 'LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Unit testing system inspired by JUnit of Free Component Libraries (FCL), FPC''s OOP library.';
     P.NeedLibC:= false;

+ 1 - 1
packages/fcl-image/fpmake.pp

@@ -23,7 +23,7 @@ begin
 
     P.Author := 'Michael Van Canneyt of the Free Pascal development team';
     P.License := 'LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Image loading and conversion parts of Free Component Libraries (FCL), FPC''s OOP library.';
     P.NeedLibC:= false;

+ 1 - 1
packages/fcl-json/fpmake.pp

@@ -20,7 +20,7 @@ begin
     P.Dependencies.Add('fcl-base');
     P.Author := 'Michael van Canneyt';
     P.License := 'LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Json interfacing, part of Free Component Libraries (FCL), FPC''s OOP library.';
     P.NeedLibC:= false;

+ 1 - 1
packages/fcl-net/fpmake.pp

@@ -24,7 +24,7 @@ begin
 
     P.Author := 'Sebastian Guenther and Free Pascal development team';
     P.License := 'LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Network related parts of Free Component Libraries (FCL), FPC''s OOP library.';
     P.NeedLibC:= false;

+ 1 - 1
packages/fcl-passrc/fpmake.pp

@@ -20,7 +20,7 @@ begin
     P.Dependencies.Add('fcl-base');
     P.Author := 'Sebastian Guenther';
     P.License := 'LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Pascal parsing parts of Free Component Libraries (FCL), FPC''s OOP library.';
     P.NeedLibC:= false;

+ 1 - 1
packages/fcl-process/fpmake.pp

@@ -19,7 +19,7 @@ begin
     P.Version:='2.2.2-0';
     P.Author := 'Michael van Canneyt and Free Pascal Development team';
     P.License := 'LGPL with modification';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Process (execution) related parts of Free Component Libraries (FCL), FPC''s OOP library.';
     P.NeedLibC:= false;

+ 1 - 1
packages/fcl-registry/fpmake.pp

@@ -20,7 +20,7 @@ begin
 
     P.Author := 'FPC development team';
     P.License := 'LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Windows registry + emulation parts of Free Component Libraries (FCL), FPC''s OOP library.';
     P.NeedLibC:= false;

+ 1 - 1
packages/fcl-res/fpmake.pp

@@ -19,7 +19,7 @@ begin
     P.Version:='2.2.2-0';
     P.Author := 'Giulio Bernardi';
     P.License := 'LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Resource handling of Free Component Libraries (FCL), FPC''s OOP library.';
     P.NeedLibC:= false;

+ 1 - 1
packages/fcl-web/fpmake.pp

@@ -24,7 +24,7 @@ begin
 
     P.Author := 'FreePascal development team';
     P.License := 'LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Web(app) related parts of Free Component Libraries (FCL), FPC''s OOP library.';
     P.NeedLibC:= false;

+ 1 - 1
packages/fcl-xml/fpmake.pp

@@ -25,7 +25,7 @@ begin
 
     P.Author := 'Sebastian Guenther, Sergei Gorelkin and FPC development team';
     P.License := 'LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'XML and DOM parts of Free Component Libraries (FCL), FPC''s OOP library.';
     P.NeedLibC:= false;

+ 1 - 1
packages/fftw/fpmake.pp

@@ -21,7 +21,7 @@ begin
     P.Version:='2.2.2-0';
     P.Author := 'Library: Matteo Frigo and Steven G. Johnson, header: Daniel Mantione';
     P.License := 'Library: MIT, header: LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data';
     P.NeedLibC:= true; // should be true for a header linking to C?

+ 1 - 1
packages/fpgtk/fpmake.pp

@@ -19,7 +19,7 @@ begin
     P.Version:='2.2.2-0';
     P.Author := 'Luk Vandelaer & Sebastian Guenther (?)';
     P.License := 'LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Lightweight OOP wrapper over GTK1.';
     P.NeedLibC:= True;

+ 4 - 4
packages/fpmkunit/fpmake.pp

@@ -16,15 +16,15 @@ begin
 {$ifdef ALLPACKAGES}
     P.Directory:='fpmkunit';
 {$endif ALLPACKAGES}
-    P.Version:='2.2.2-0';
+    P.Version:='2.2.2-1';
     P.Description:='Free Pascal Make Tool';
     P.Author := 'Peter Vreman';
     P.License := 'LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Basic library of the fpmake/fppkg build system.';
     P.NeedLibC:= false;  // true for headers that indirectly link to libc?
-    
+
     // All dependencies (including implicit) are listed
     // here to be able to update all requirements to
     // compile fpmake from a single place
@@ -34,7 +34,7 @@ begin
       D.Version:='2.2.2-0';
     D:=P.Dependencies.Add('fcl-process');
       D.Version:='2.2.2-0';
-      
+
     P.Targets.AddUnit('src/fpmkunit.pp');
 
 {$ifndef ALLPACKAGES}

+ 1 - 1
packages/fv/fpmake.pp

@@ -19,7 +19,7 @@ begin
     P.Version:='2.2.2-0';
     P.Author := 'Leon De Boer and Pierre Mueller';
     P.License := 'LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Free Vision, a portable Turbo Vision clone.';
     P.NeedLibC:= false;

+ 1 - 1
packages/gdbint/fpmake.pp

@@ -19,7 +19,7 @@ begin
     P.Version:='2.2.2-0';
     P.Author := 'Library : Cygnus, header: Peter Vreman';
     P.License := 'Library: GPL2 or later, header: LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Interface to libgdb, the GDB debugger in library format';
     P.NeedLibC:= true;  // true for headers that indirectly link to libc?

+ 1 - 1
packages/gdbm/fpmake.pp

@@ -19,7 +19,7 @@ begin
     P.Version:='2.2.2-0';
     P.Author := 'Library: GNU, header: Michael van Canneyt';
     P.License := 'Library: GPL2 (or later?), header: LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'GNU dbm is a set of database routines that use extensible hashing.';
     P.NeedLibC:= true;  // true for headers that indirectly link to libc?

+ 1 - 1
packages/ggi/fpmake.pp

@@ -19,7 +19,7 @@ begin
     P.Version:='2.2.2-0';
     P.Author := 'Library: ?, header: Sebastian Guenther';
     P.License := 'Library: ?, header: LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'a project that aims to develop a reliable, stable and fast graphics system that works everywhere.';
     P.NeedLibC:= true;  // true for headers that indirectly link to libc?

+ 1 - 1
packages/gnome1/fpmake.pp

@@ -21,7 +21,7 @@ begin
 
     P.Author := 'Library: Gnome project, header: FPC team';
     P.License := 'Library: LGPL2 or later, header: LGPL2 with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Header for main library of Gnome (1?).';
     P.NeedLibC:= true;  // true for headers that indirectly link to libc?

+ 1 - 1
packages/graph/fpmake.pp

@@ -19,7 +19,7 @@ begin
     P.Version:='2.2.2-0';
     P.Author := 'FPC team';
     P.License := 'LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'A portable, yet usable substitute for the Turbo Pascal Graph unit.';
     P.NeedLibC:= false;  // true for headers that indirectly link to libc? OS specific?

+ 1 - 1
packages/gtk1/fpmake.pp

@@ -19,7 +19,7 @@ begin
     P.Version:='2.2.2-0';
     P.Author := 'Library: Peter Mattis, Spencer Kimball and Josh MacDonald, header: Peter Vreman';
     P.License := 'Library: LGPL2.1, header: LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Header to the GTK widgetset (v1).';
     P.NeedLibC:= true;  // true for headers that indirectly link to libc?

+ 1 - 1
packages/gtk2/fpmake.pp

@@ -20,7 +20,7 @@ begin
     P.OSes:=AllUnixOSes+[Win32,Win64];
     P.Author := 'Library: Peter Mattis, Spencer Kimball and Josh MacDonald, header: Mattias Gaertner, Olaf Leidinger';
     P.License := 'Library: LGPL2.1, header: LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Header to the GTK widgetset (v2.x).';
     P.NeedLibC:= true;  // true for headers that indirectly link to libc?

+ 1 - 1
packages/hash/fpmake.pp

@@ -19,7 +19,7 @@ begin
 
     P.Author := 'Free Pascal development team, Mark Adler, Jacques Nomssi Nzali';
     P.License := 'LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Several hash algorithms (MD5,CRC,Linux crypt and NTLM1).';
     P.NeedLibC:= false;

+ 1 - 1
packages/hermes/fpmake.pp

@@ -20,7 +20,7 @@ begin
 
     P.Author := 'Library: Peter Mattis, Spencer Kimball and Josh MacDonald, header: Nikolay Nikolov';
     P.License := 'Library: GPL2, header: LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Library for pixel graphics conversion';
     P.NeedLibC:= true;  // true for headers that indirectly link to libc?

+ 1 - 1
packages/httpd13/fpmake.pp

@@ -19,7 +19,7 @@ begin
     P.Version:='2.2.2-0';
     P.Author := 'Library: Apache Foundation, header: Felipe Monteiro de Carvalho';
     P.License := 'Library: Apache License 2, header: LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Headers for the Apache 1.3 www server';
     P.NeedLibC:= true;  // true for headers that indirectly link to libc?

+ 1 - 1
packages/httpd20/fpmake.pp

@@ -19,7 +19,7 @@ begin
     P.Version:='2.2.2-0';
     P.Author := 'Library: Apache Foundation, header: Felipe Monteiro de Carvalho';
     P.License := 'Library: Apache License 2, header: LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Headers for the Apache 2.0(.58) www server';
     P.NeedLibC:= true;  // true for headers that indirectly link to libc?

+ 1 - 1
packages/httpd22/fpmake.pp

@@ -19,7 +19,7 @@ begin
     P.Version:='2.2.2-0';
     P.Author := 'Library: Apache Foundation, header: Felipe Monteiro de Carvalho';
     P.License := 'Library: Apache License 2, header: LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Headers for the Apache 2.2 series www server';
     P.NeedLibC:= true;  // true for headers that indirectly link to libc?

+ 1 - 1
packages/ibase/fpmake.pp

@@ -19,7 +19,7 @@ begin
     P.Version:='2.2.2-0';
     P.Author := 'Library: (Codegear?), header: ?';
     P.License := 'Library: Interbase License, header: LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Headers for the Interbase/Firebird RDBMS';
     P.NeedLibC:= true;  // true for headers that indirectly link to libc?

+ 1 - 1
packages/iconvenc/fpmake.pp

@@ -19,7 +19,7 @@ begin
     P.Version:='2.2.2-0';
     P.Author := 'Marco van de Voort';
     P.License := 'Library: LGPL2 or later, header: LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'A libiconv header translation.';
     P.NeedLibC:= true;

+ 1 - 1
packages/imagemagick/fpmake.pp

@@ -20,7 +20,7 @@ begin
 
     P.Author := 'Library: ImageMagick Studio LLC , header: Felipe Monteiro de Carvalho';
     P.License := 'Library: Imagemagick license, header: LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Header to Imagemagick, a graphics manipulation program .';
     P.NeedLibC:= true;  // true for headers that indirectly link to libc?

+ 1 - 1
packages/imlib/fpmake.pp

@@ -20,7 +20,7 @@ begin
 
     P.Author := 'Library: Carsten Haitzler, header: ?';
     P.License := 'Library: LGPL 2 or later, header: LGPL with modification';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Headers to imlib, an efficient bitmap manipulation program';
     P.NeedLibC:= true;  // true for headers that indirectly link to libc?

+ 1 - 1
packages/ldap/fpmake.pp

@@ -19,7 +19,7 @@ begin
     P.Version:='2.2.2-0';
     P.Author := 'Library: Howard Chu, Pierangelo Masarati and Kurt Zeilenga, header: Ivo Steinmann';
     P.License := 'Library: OpenLDAP Public License (3 clause BSD like), header: LGPL with modification';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Header to openldap, a library that to access directory services';
     P.NeedLibC:= true;  // true for headers that indirectly link to libc?

+ 1 - 1
packages/libc/fpmake.pp

@@ -20,7 +20,7 @@ begin
 
     P.Author := 'Peter Vreman and Michael van Canneyt (?)';
     P.License := 'LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Kylix compatibility libc header, (linux/x86 only, deprecated for new development)';
     P.NeedLibC:= true;

+ 1 - 1
packages/libcurl/fpmake.pp

@@ -20,7 +20,7 @@ begin
 
     P.Author := 'Library: Daniel Stenberg, header: Free Pascal development team';
     P.License := 'Library: MIT, header: LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Library to fetch files from URLs using many protocols.';
     P.NeedLibC:= true;  // true for headers that indirectly link to libc?

+ 1 - 1
packages/symbolic/fpmake.pp

@@ -18,7 +18,7 @@ begin
     P.Version:='2.2.2-0';
     P.Author := 'Marco van de Voort';
     P.License := 'LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Expression parser with support for fast evaluation';
     P.NeedLibC:= false;

+ 1 - 1
packages/users/fpmake.pp

@@ -19,7 +19,7 @@ begin
     P.Version:='2.2.2-0';
     P.Author := 'Michael van Canneyt, Marco van de Voort';
     P.License := 'LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Headers to access Unix groups and users.';
     P.NeedLibC:= false;

+ 1 - 1
packages/winunits-base/fpmake.pp

@@ -20,7 +20,7 @@ begin
     P.OSes:=[win32,win64];
     P.Author := 'Florian Klaempfl, Marco van de Voort';
     P.License := 'LGPL with modification, ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Base Delphi compatible windows headers units outside the RTL';
     P.NeedLibC:= true;

+ 1 - 1
packages/winunits-jedi/fpmake.pp

@@ -21,7 +21,7 @@ begin
     P.OSes:=[win32,win64];
     P.Author := 'Marcel van Brakel, Jedi-apilib team';
     P.License := 'LGPL with modification/MPL dual licensed ';
-    P.ExternalURL := 'www.freepascal.org';
+    P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Very complete set of Windows units by Jedi Apilib';
     P.NeedLibC:= true;