diff --git a/archivers/zipper/Makefile b/archivers/zipper/Makefile index d02f396b4265..9a217e7975d2 100644 --- a/archivers/zipper/Makefile +++ b/archivers/zipper/Makefile @@ -1,18 +1,18 @@ PORTNAME= zipper PORTVERSION= 1.5 PORTREVISION= 8 CATEGORIES= archivers gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Zipper-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Tool for inspecting the contents of a compressed archive -WWW= http://xanthippe.dyndns.org/Zipper/ +WWW= http://gap.nongnu.org/zipper/ USES= gnustep USE_GNUSTEP= back build post-patch: cd ${WRKSRC} && ${FIND} . -name "*#*" -exec ${RM} -v {} ";" .include diff --git a/databases/p5-Relations-Query/Makefile b/databases/p5-Relations-Query/Makefile index 3958781c5070..1a0141bc1712 100644 --- a/databases/p5-Relations-Query/Makefile +++ b/databases/p5-Relations-Query/Makefile @@ -1,18 +1,18 @@ PORTNAME= Relations-Query PORTVERSION= 0.93 PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Object for building queries with DBI/DBD::mysql -WWW= http://www.gaf3.com/ +WWW= https://metacpan.org/pod/Relations::Query BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Relations>=0:databases/p5-Relations USES= perl5 USE_PERL5= configure .include diff --git a/databases/p5-Relations/Makefile b/databases/p5-Relations/Makefile index 9328d2b1811e..2041d618080d 100644 --- a/databases/p5-Relations/Makefile +++ b/databases/p5-Relations/Makefile @@ -1,15 +1,15 @@ PORTNAME= Relations PORTVERSION= 0.95 PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Functions to Use with Databases and Queries -WWW= http://www.gaf3.com/ +WWW= https://metacpan.org/pod/Relations USES= perl5 USE_PERL5= configure .include diff --git a/devel/pear-Symfony_Component_Console/Makefile b/devel/pear-Symfony_Component_Console/Makefile index 63accae9defd..944ffea02b6e 100644 --- a/devel/pear-Symfony_Component_Console/Makefile +++ b/devel/pear-Symfony_Component_Console/Makefile @@ -1,17 +1,17 @@ PORTNAME= Console PORTVERSION= 2.4.4 CATEGORIES= devel pear MASTER_SITES= http://pear.symfony.com/get/ PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}Symfony_Component_ DIST_SUBDIR= Symfony2 MAINTAINER= bofh@FreeBSD.org COMMENT= Symfony2 Console Component -WWW= http://pear.symfony.com/ +WWW= https://symfony.com/doc/current/components/console.html LICENSE= MIT USES= pear PEAR_CHANNEL= symfony2 .include diff --git a/misc/mtx/Makefile b/misc/mtx/Makefile index 3be002edf13b..cd82160c1283 100644 --- a/misc/mtx/Makefile +++ b/misc/mtx/Makefile @@ -1,25 +1,25 @@ PORTNAME= mtx PORTVERSION= 1.3.12 PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Control SCSI media changer devices -WWW= http://mtx.badtux.net/ +WWW= https://sourceforge.net/projects/mtx/ LICENSE= GPLv2 USES= gmake GNU_CONFIGURE= yes PLIST_FILES= sbin/mtx sbin/tapeinfo sbin/loaderinfo sbin/scsitape sbin/scsieject \ man/man1/loaderinfo.1.gz man/man1/mtx.1.gz man/man1/tapeinfo.1.gz \ man/man1/scsitape.1.gz man/man1/scsieject.1.gz post-patch: ${REINPLACE_CMD} -e 's|@prefix@|${STAGEDIR}${PREFIX}|g' \ ${WRKSRC}/Makefile.in ${REINPLACE_CMD} -e 's|@mandir@|${STAGEDIR}${PREFIX}/man|g' \ ${WRKSRC}/Makefile.in .include diff --git a/science/clhep/Makefile b/science/clhep/Makefile index a5619a8e2d73..e50a5fb2a929 100644 --- a/science/clhep/Makefile +++ b/science/clhep/Makefile @@ -1,28 +1,28 @@ PORTNAME= clhep PORTVERSION= 2.4.1.0 PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/ MAINTAINER= bofh@FreeBSD.org COMMENT= Object-oriented toolkit for particle physics applications by CERN -WWW= http://wwwasd.web.cern.ch/wwwasd/lhc++/clhep/index.html +WWW= https://proj-clhep.web.cern.ch/proj-clhep/ LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi USES= cmake compiler:c++11-lang perl5 tar:tgz WRKSRC= ${WRKDIR}/${PORTVERSION}/${PORTNAME:tu} USE_PERL5= build USE_LDCONFIG= yes PLIST_SUB= VERSION="${PORTVERSION}" post-patch: @${REINPLACE_CMD} -e \ '/DESTINATION/s|lib$${LIB_SUFFIX}|libdata|' \ ${WRKSRC}/cmake/Modules/ClhepToolchain.cmake .include