Sanitize FULLPKGNAME (prefix and version).

Bump EPOCH.
This commit is contained in:
ajacoutot 2012-01-17 11:04:12 +00:00
parent 1175eb9f00
commit e2e7e8751d
7 changed files with 10 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/12/02 13:09:44 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2012/01/17 11:04:12 ajacoutot Exp $
SUBDIR =
SUBDIR += af
@ -30,7 +30,6 @@
SUBDIR += nb
SUBDIR += nl
SUBDIR += nn
# SUBDIR += no
SUBDIR += pl
SUBDIR += pt
SUBDIR += ro

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile.inc,v 1.12 2010/12/05 18:24:33 jasper Exp $
# $OpenBSD: Makefile.inc,v 1.13 2012/01/17 11:04:12 ajacoutot Exp $
# Check individual packages for overrides when bumping this!
PKGNAME?= ${DISTNAME:C/-([0-9])$/_\1/}
REVISION?= 1
PKGNAMEBASE= ${DISTNAME:C/aspell[0-9]/aspell/}
PKGNAME?= ${PKGNAMEBASE:C/-([0-9])$/.\1/}
EPOCH?= 1
DIST_SUBDIR?= aspell

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.5 2011/06/16 22:01:14 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2012/01/17 11:04:12 ajacoutot Exp $
COMMENT= aspell dictionary for Catalan
CATEGORIES= textproc
DISTNAME= aspell6-ca-2.1.5-1
EPOCH= 0
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/ca/}
.include <bsd.port.mk>

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.6 2012/01/17 10:32:26 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.7 2012/01/17 11:04:12 ajacoutot Exp $
COMMENT= aspell dictionary for Icelandic
CATEGORIES= textproc
DISTNAME= aspell-is-0.51.1-0
REVISION = 1
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/is/}
.include <bsd.port.mk>

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.4 2012/01/17 10:32:26 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.5 2012/01/17 11:04:12 ajacoutot Exp $
COMMENT= aspell dictionary for Lithuanian
CATEGORIES= textproc
DISTNAME= aspell6-lt-1.2.1-0
REVISION = 2
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/lt/}
.include <bsd.port.mk>

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.5 2012/01/17 10:32:26 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.6 2012/01/17 11:04:12 ajacoutot Exp $
COMMENT= aspell dictionary for Norwegian Bokmal
CATEGORIES= textproc
DISTNAME= aspell-nb-0.50.1-0
REVISION = 1
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/nb/}
.include <bsd.port.mk>

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.5 2012/01/17 10:32:26 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.6 2012/01/17 11:04:12 ajacoutot Exp $
COMMENT= aspell dictionary for Portuguese
CATEGORIES= textproc
DISTNAME= aspell-pt-0.50-2
REVISION = 1
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/pt/}
.include <bsd.port.mk>