diff options
author | dougb <dougb@FreeBSD.org> | 2005-10-29 15:13:29 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2005-10-29 15:13:29 +0800 |
commit | 88c5a531cb6a6005e92562b2b543a866d3024bd4 (patch) | |
tree | 9f4b172b88f694477d0b20d2473a1005ed584ce4 /sysutils | |
parent | 829ba133c8622e0339248b7f0d74725e152e5bad (diff) | |
download | freebsd-ports-gnome-88c5a531cb6a6005e92562b2b543a866d3024bd4.tar.gz freebsd-ports-gnome-88c5a531cb6a6005e92562b2b543a866d3024bd4.tar.zst freebsd-ports-gnome-88c5a531cb6a6005e92562b2b543a866d3024bd4.zip |
For the ports that I maintain, do the following as appropriate:
1. Add myself as a backup master site (Sourceforge and CPAN ports
already have good enough coverage, so skip them).
2. For all ports that have them, download the PGP signature files.
3. For ports in 2, add a verify target to the Makefile
4. For ports where I was already providing a master site, update the URL.
5. Pet portlint in a couple of places.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/shlock/Makefile | 10 | ||||
-rw-r--r-- | sysutils/shlock/distinfo | 2 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sysutils/shlock/Makefile b/sysutils/shlock/Makefile index 5089e46547e4..99bbaab4a816 100644 --- a/sysutils/shlock/Makefile +++ b/sysutils/shlock/Makefile @@ -8,10 +8,11 @@ PORTNAME= shlock PORTVERSION= 2.3.5 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_ISC} +MASTER_SITES= ${MASTER_SITE_ISC} \ + http://dougbarton.us/Downloads/%SUBDIR%/ MASTER_SITE_SUBDIR=inn - -DISTFILES= inn-${PORTVERSION}${EXTRACT_SUFX} +DISTFILES= inn-${PORTVERSION}${EXTRACT_SUFX} \ + inn-${PORTVERSION}${EXTRACT_SUFX}.asc MAINTAINER= DougB@FreeBSD.org COMMENT= Create lock files for use in shell scripts @@ -23,6 +24,9 @@ PLIST_FILES= bin/shlock WRKSRC= ${WRKDIR}/inn-${PORTVERSION} +verify: checksum + gpg --verify ${DISTDIR}/inn-${PORTVERSION}${EXTRACT_SUFX}.asc + do-build: cd ${WRKSRC}/backends && ${MAKE} shlock diff --git a/sysutils/shlock/distinfo b/sysutils/shlock/distinfo index 33a1a0d7ebc3..4c55ca18c2b7 100644 --- a/sysutils/shlock/distinfo +++ b/sysutils/shlock/distinfo @@ -1,2 +1,4 @@ MD5 (inn-2.3.5.tar.gz) = 97223e05d37e568f2ba95793b8133246 SIZE (inn-2.3.5.tar.gz) = 1421702 +MD5 (inn-2.3.5.tar.gz.asc) = f4c9574b9fd12ef7388372acc824086f +SIZE (inn-2.3.5.tar.gz.asc) = 187 |